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