mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:54:03 +00:00
-ing event behavior
This commit is contained in:
parent
c40dba4e02
commit
33d6fd82da
9 changed files with 120 additions and 6 deletions
|
|
@ -55,7 +55,6 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Events\DomainDeleted::class => [],
|
||||
|
||||
// Database events
|
||||
// todo: let -ing events cacnel the operations
|
||||
Events\DatabaseCreated::class => [],
|
||||
Events\DatabaseMigrated::class => [],
|
||||
Events\DatabaseSeeded::class => [],
|
||||
|
|
@ -63,7 +62,6 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Events\DatabaseDeleted::class => [],
|
||||
|
||||
// Tenancy events
|
||||
// todo: let -ing events cacnel the operations
|
||||
Events\InitializingTenancy::class => [],
|
||||
Events\TenancyInitialized::class => [
|
||||
Listeners\BootstrapTenancy::class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue