mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 23:44:03 +00:00
Add readied events
This commit is contained in:
parent
f487f92f0d
commit
30f0a2b134
7 changed files with 80 additions and 1 deletions
|
|
@ -49,6 +49,12 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
})->shouldBeQueued(false), // `false` by default, but you probably want to make this `true` for production.
|
||||
],
|
||||
|
||||
// Readied events
|
||||
Events\ReadyingTenant::class => [],
|
||||
Events\TenantReadied::class => [],
|
||||
Events\PullingReadiedTenant::class => [],
|
||||
Events\ReadiedTenantPulled::class => [],
|
||||
|
||||
// Domain events
|
||||
Events\CreatingDomain::class => [],
|
||||
Events\DomainCreated::class => [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue