The doc comment array<class-string, array<int, class-string>> at position 2 could not be parsed: Unknown type name 'class-string' at position 2 in array<class-string, array<int, class-string>>.
Loading history...
16
*/
17
protected $listen = [
18
Registered::class => [
19
SendEmailVerificationNotification::class,
20
],
21
];
22
23
/**
24
* Register any events for your application.
25
*
26
* @return void
27
*/
28
public function boot()
29
{
30
//
31
}
32
33
/**
34
* Determine if events and listeners should be automatically discovered.