refactor applicationdeploymentjob
This commit is contained in:
@@ -14,8 +14,11 @@ class EventServiceProvider extends ServiceProvider
|
||||
* @var array<class-string, array<int, class-string>>
|
||||
*/
|
||||
protected $listen = [
|
||||
Registered::class => [
|
||||
SendEmailVerificationNotification::class,
|
||||
// Registered::class => [
|
||||
// SendEmailVerificationNotification::class,
|
||||
// ],
|
||||
ApplicationDeploymentFinished::class => [
|
||||
SendDeploymentNotification::class,
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user