diff --git a/tests/Bootstrappers/LogTenancyBootstrapperTest.php b/tests/Bootstrappers/LogTenancyBootstrapperTest.php index e4fcc089..36e9a4de 100644 --- a/tests/Bootstrappers/LogTenancyBootstrapperTest.php +++ b/tests/Bootstrappers/LogTenancyBootstrapperTest.php @@ -31,7 +31,6 @@ afterEach($cleanup = function () { beforeEach(function () use ($cleanup) { config([ 'tenancy.bootstrappers' => [ - // FilesystemTenancyBootstrapper needed for LogTenancyBootstrapper to work with storage path channels BY DEFAULT LogTenancyBootstrapper::class, ], ]);