[ SendEmailVerificationNotification::class, ], 'App\Events\DeviceEvent'=>[ 'App\Listeners\DeviceEventListener', ], 'App\Events\LockEvent'=>[ 'App\Listeners\LockEventListener', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }