1
0
Fork 0
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:
j.stein 2022-01-18 18:19:40 +01:00
parent f487f92f0d
commit 30f0a2b134
7 changed files with 80 additions and 1 deletions

View file

@ -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 => [],