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

Update assets/TenancyServiceProvider.stub.php

Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
Abrar Ahmad 2022-07-04 23:44:26 +05:00 committed by GitHub
parent bc9194c694
commit 65e51a4e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ class TenancyServiceProvider extends ServiceProvider
Jobs\DeleteDomain::class,
])->send(function (Events\TenantDeleted $event) {
return $event->tenant;
})->shouldBeQueued(false), // `false` by default, but you probably want to make this `true` for production.
})->shouldBeQueued(false),
],
Events\TenantDeleted::class => [
JobPipeline::make([