From bf6ef4a4b92a045c48b6fd5fd694e60d39c6da89 Mon Sep 17 00:00:00 2001 From: Bram Wubs Date: Tue, 12 Jul 2022 12:52:07 +0200 Subject: [PATCH] CS --- tests/TenantAssetTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }