diff --git a/src/TenancyBootstrappers/FilesystemTenancyBootstrapper.php b/src/TenancyBootstrappers/FilesystemTenancyBootstrapper.php index 1aa5b667..5d417f8b 100644 --- a/src/TenancyBootstrappers/FilesystemTenancyBootstrapper.php +++ b/src/TenancyBootstrappers/FilesystemTenancyBootstrapper.php @@ -38,7 +38,7 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper $suffix = $this->app['config']['tenancy.filesystem.suffix_base'] . $tenant->id; // storage_path() - if ($this->app['config']['tenancy.filesystem.suffix_storage_path'] ?? false) { + if ($this->app['config']['tenancy.filesystem.suffix_storage_path'] ?? true) { $this->app->useStoragePath($this->originalPaths['storage'] . "/{$suffix}"); }