mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 17:14:03 +00:00
CS
This commit is contained in:
parent
81bff919b7
commit
bf6ef4a4b9
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ class TenantAssetTest extends TestCase
|
|||
parent::setUp();
|
||||
|
||||
config(['tenancy.bootstrappers' => [
|
||||
FilesystemTenancyBootstrapper::class,
|
||||
]]);
|
||||
FilesystemTenancyBootstrapper::class,
|
||||
]]);
|
||||
|
||||
Event::listen(TenancyInitialized::class, BootstrapTenancy::class);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue