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

Update TenancyServiceProvider.stub.php

This commit is contained in:
Abrar Ahmad 2022-07-14 13:14:55 +05:00
parent cd1e05caea
commit 29e1c53215

View file

@ -43,7 +43,7 @@ class TenancyServiceProvider extends ServiceProvider
Events\DeletingTenant::class => [
JobPipeline::make([
Jobs\DeleteDomains::class,
])->send(function (Events\TenantDeleted $event) {
])->send(function (Events\DeletingTenant $event) {
return $event->tenant;
})->shouldBeQueued(false),
],