1
0
Fork 0
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:
lukinovec 2025-10-28 12:04:01 +01:00
commit 69a1326029
68 changed files with 1336 additions and 367 deletions

View file

@ -43,6 +43,8 @@ beforeEach(function () {
],
]);
tenancy()->bootstrapFeatures();
Event::listen(
TenantCreated::class,
JobPipeline::make([CreateDatabase::class])->send(function (TenantCreated $event) {