mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 12:04:02 +00:00
Merge branch 'master' into impersonation-token-cleanup
This commit is contained in:
commit
69a1326029
68 changed files with 1336 additions and 367 deletions
|
|
@ -43,6 +43,8 @@ beforeEach(function () {
|
|||
],
|
||||
]);
|
||||
|
||||
tenancy()->bootstrapFeatures();
|
||||
|
||||
Event::listen(
|
||||
TenantCreated::class,
|
||||
JobPipeline::make([CreateDatabase::class])->send(function (TenantCreated $event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue