Skip to content

Commit 00a6034

Browse files
lukinovecstancl
andauthored
Update src/Jobs/DeleteTenantStorage.php
Co-authored-by: Samuel Stancl <samuel@archte.ch>
1 parent 0022908 commit 00a6034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/Jobs/DeleteTenantStorage.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function handle(): void
4343
$centralStoragePath = FilesystemTenancyBootstrapper::getBoundCentralStoragePath();
4444

4545
if (realpath($tenantStoragePath) === realpath($centralStoragePath)) {
46-
// Never delete the central storage directory -- that would delete the files of all tenants
46+
// Never delete the central storage directory
4747
return;
4848
}
4949

0 commit comments

Comments
 (0)