mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:34:03 +00:00
Merge branch 'master' of https://github.com/archtechx/tenancy into stein-j-readied-tenant
This commit is contained in:
commit
e172408576
28 changed files with 409 additions and 117 deletions
|
|
@ -58,6 +58,8 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
return $event->tenant;
|
||||
})->shouldBeQueued(false), // `false` by default, but you probably want to make this `true` for production.
|
||||
],
|
||||
Events\TenantMaintenanceModeEnabled::class => [],
|
||||
Events\TenantMaintenanceModeDisabled::class => [],
|
||||
|
||||
// Pending tenant events
|
||||
Events\CreatingPendingTenant::class => [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue