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
75
public function boot(): void
27
{
28
//
29
75
}
30
31
/**
32
* Determine if events and listeners should be automatically discovered.