From bb12443fa680d4e75ccd3658790251bb8160664f Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 25 Aug 2026 13:36:10 +0200 Subject: [PATCH] Update src/Jobs/DeleteTenantStorage.php Co-authored-by: Samuel Stancl --- src/Jobs/DeleteTenantStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jobs/DeleteTenantStorage.php b/src/Jobs/DeleteTenantStorage.php index d38ab485..5dc0e9ed 100644 --- a/src/Jobs/DeleteTenantStorage.php +++ b/src/Jobs/DeleteTenantStorage.php @@ -43,7 +43,7 @@ class DeleteTenantStorage implements ShouldQueue $centralStoragePath = FilesystemTenancyBootstrapper::getBoundCentralStoragePath(); if (realpath($tenantStoragePath) === realpath($centralStoragePath)) { - // Never delete the central storage directory -- that would delete the files of all tenants + // Never delete the central storage directory return; }