> */ protected $listen = [ Registered::class => [ SendEmailVerificationNotification::class, SendSignUpNotification::class, ], LoggedIn::class => [ UpdateLastLoginTimestamp::class, ], Banned::class => [ InvalidateSessions::class, ], Verified::class => [ ActivateUser::class, ], <<<<<<< HEAD \SocialiteProviders\Manager\SocialiteWasMapped::class => [ \SocialiteProviders\Microsoft\MicrosoftExtendSocialite::class, ======= \SocialiteProviders\Manager\SocialiteWasCalled::class => [ 'SocialiteProviders\\Azure\\AzureExtendSocialite@handle', >>>>>>> 040708a2dbf9850937d72bcdb4aba264fe9b9f4c ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // Aggiungi questa linea per sicurezza } /** * Determine if events and listeners should be automatically discovered. */ public function shouldDiscoverEvents(): bool { return false; } }