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:
parent
bc9194c694
commit
65e51a4e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue