@var array */ protected $listen = [MessageSending::class => [MailWebListener::class]]; To use Mail Web you need to add a Gate to your AuthServiceProvider. If you would like to limit the users that can ...
@var array */ protected $listen = [MessageSending::class => [MailWebListener::class]]; To use Mail Web you need to add a Gate to your AuthServiceProvider. If you would like to limit the users that can ...