add services logic
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
namespace App\Providers;
|
||||
|
||||
use App\Events\WhatsappInvitesSend;
|
||||
use App\Events\DeleteUnverifiedUser;
|
||||
use App\Listeners\AttendanceConsequenceListener;
|
||||
use App\Listeners\BelowSixtyEmailListener;
|
||||
use App\Listeners\DeleteUnverifiedUserListener;
|
||||
use App\Listeners\SchoolEventListener;
|
||||
use App\Listeners\WhatsappInviteListener;
|
||||
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
|
||||
@@ -102,6 +104,9 @@ class EventServiceProvider extends ServiceProvider
|
||||
'customNotification' => [
|
||||
SchoolEventListener::class . '@handleCustomNotification',
|
||||
],
|
||||
DeleteUnverifiedUser::class => [
|
||||
DeleteUnverifiedUserListener::class,
|
||||
],
|
||||
WhatsappInvitesSend::class => [
|
||||
WhatsappInviteListener::class,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user