mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 17:54:03 +00:00
Update comments and naming
This commit is contained in:
parent
b5b0799750
commit
a9146ae00d
4 changed files with 25 additions and 25 deletions
|
|
@ -55,7 +55,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
})->shouldBeQueued(false), // `false` by default, but you probably want to make this `true` for production.
|
||||
],
|
||||
|
||||
// Pending events
|
||||
// Pending tenant events
|
||||
Events\CreatingPendingTenant::class => [],
|
||||
Events\PendingTenantCreated::class => [],
|
||||
Events\PullingPendingTenant::class => [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue