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; }