From cef7f11e209cb8ac2ad2131d34f3532c76c2ce6e Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Tue, 7 Jul 2026 18:34:17 -0700 Subject: [PATCH] tests: remove comment --- tests/Bootstrappers/LogTenancyBootstrapperTest.php | 1 - 1 file changed, 1 deletion(-) 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, ], ]);