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