chore: snapshot notifications hardening and css/docs alignment
This commit is contained in:
@@ -82,6 +82,15 @@ return [
|
||||
'user.deleted' => [
|
||||
['class' => \MintyPHP\Module\Notifications\Listeners\UserDeletedNotificationListener::class, 'method' => 'handle'],
|
||||
],
|
||||
'user.activated' => [
|
||||
['class' => \MintyPHP\Module\Notifications\Listeners\UserActivatedNotificationListener::class, 'method' => 'handle'],
|
||||
],
|
||||
'user.deactivated' => [
|
||||
['class' => \MintyPHP\Module\Notifications\Listeners\UserDeactivatedNotificationListener::class, 'method' => 'handle'],
|
||||
],
|
||||
'user.assignment_changed' => [
|
||||
['class' => \MintyPHP\Module\Notifications\Listeners\UserAssignmentChangedNotificationListener::class, 'method' => 'handle'],
|
||||
],
|
||||
],
|
||||
|
||||
'scheduler_jobs' => [
|
||||
|
||||
Reference in New Issue
Block a user