mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: cleanup obsolete CLI tasks
This commit is contained in:
@@ -33,9 +33,6 @@ class Messaging extends Action
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
throw new Exception('Exception from the Messaging Worker');
|
||||
|
||||
$this->provider = App::getEnv('_APP_SMS_PROVIDER', '');
|
||||
if (!empty($this->provider)) {
|
||||
$this->dsn = new DSN($this->provider);
|
||||
|
||||
Reference in New Issue
Block a user