mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:04:03 +00:00
Add DeleteTenantStorage listener
This commit is contained in:
parent
624f032775
commit
29ba72fe53
5 changed files with 44 additions and 7 deletions
|
|
@ -53,6 +53,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
])->send(function (Events\TenantDeleted $event) {
|
||||
return $event->tenant;
|
||||
})->shouldBeQueued(false), // `false` by default, but you probably want to make this `true` for production.
|
||||
// Listeners\DeleteTenantStorage::class,
|
||||
],
|
||||
|
||||
// Domain events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue