user destroying flow updated

This commit is contained in:
Sevan Nerse
2022-06-29 10:48:57 +03:00
parent 127d85d0d9
commit c846aa0005
5 changed files with 8 additions and 34 deletions

View File

@ -32,12 +32,6 @@ class Event extends Provider
'App\Events\Auth\LandingPageShowing' => [
'App\Listeners\Auth\AddLandingPages',
],
'App\Events\Auth\InvitationCreated' => [
'App\Listeners\Auth\SendUserInvitation',
],
'App\Events\Auth\UserDeleted' => [
'App\Listeners\Auth\DeleteUserInvitation',
],
'App\Events\Document\DocumentCreated' => [
'App\Listeners\Document\CreateDocumentCreatedHistory',
'App\Listeners\Document\IncreaseNextDocumentNumber',