1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 05:04:03 +00:00

Add DeleteTenantStorage listener

This commit is contained in:
lukinovec 2022-09-12 08:58:27 +02:00
parent 624f032775
commit 29ba72fe53
5 changed files with 44 additions and 7 deletions

View file

@ -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