diff --git a/src/Jobs/DeleteTenantStorage.php b/src/Jobs/DeleteTenantStorage.php index 0e8290e6..d38ab485 100644 --- a/src/Jobs/DeleteTenantStorage.php +++ b/src/Jobs/DeleteTenantStorage.php @@ -16,8 +16,10 @@ use Stancl\Tenancy\Contracts\Tenant; /** * Delete the tenant's storage directory. * - * Requires FilesystemTenancyBootstrapper to be enabled, since the tenant storage path - * is resolved from it. + * The directory is the one FilesystemTenancyBootstrapper scopes the tenant's disks, cache + * and sessions to. The path is derived the same way the bootstrapper derives it, so the + * bootstrapper doesn't *have* to be enabled (though if it isn't, nothing was written there and + * there's nothing to delete). * * Files outside that directory (e.g. disks with an %original_storage_path%-based * root_override) are not deleted.