mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 03:14:04 +00:00
Change terminology to pending
This commit is contained in:
parent
c8eadeb363
commit
500b2538fc
20 changed files with 387 additions and 385 deletions
|
|
@ -49,11 +49,11 @@ 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 => [],
|
||||
// Pending events
|
||||
Events\CreatingPendingTenant::class => [],
|
||||
Events\PendingTenantCreated::class => [],
|
||||
Events\PullingPendingTenant::class => [],
|
||||
Events\PendingTenantPulled::class => [],
|
||||
|
||||
// Domain events
|
||||
Events\CreatingDomain::class => [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue