> */ protected $listen = [ Registered::class => [ SendEmailVerificationNotification::class, ], ]; /** * Determine if events and listeners should be automatically discovered. * * @return bool * * @noinspection PhpMissingParentCallCommonInspection */ public function shouldDiscoverEvents(): bool { return true; } }