1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:14:03 +00:00
This commit is contained in:
Bram Wubs 2022-07-12 12:52:07 +02:00
parent 81bff919b7
commit bf6ef4a4b9

View file

@ -35,8 +35,8 @@ class TenantAssetTest extends TestCase
parent::setUp();
config(['tenancy.bootstrappers' => [
FilesystemTenancyBootstrapper::class,
]]);
FilesystemTenancyBootstrapper::class,
]]);
Event::listen(TenancyInitialized::class, BootstrapTenancy::class);
}