1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

chore: cleanup obsolete CLI tasks

This commit is contained in:
Christy Jacob 2023-10-17 23:30:11 +04:00
parent 7806cf1b55
commit 617ded14aa

View file

@ -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);