diff --git a/tests/TenantAssetTest.php b/tests/TenantAssetTest.php index 293749d9..703ac65e 100644 --- a/tests/TenantAssetTest.php +++ b/tests/TenantAssetTest.php @@ -35,8 +35,8 @@ class TenantAssetTest extends TestCase parent::setUp(); config(['tenancy.bootstrappers' => [ - FilesystemTenancyBootstrapper::class, - ]]); + FilesystemTenancyBootstrapper::class, + ]]); Event::listen(TenancyInitialized::class, BootstrapTenancy::class); }