mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
Default value true
This commit is contained in:
parent
8fe7cfbf01
commit
48667cddce
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
|
||||||
$suffix = $this->app['config']['tenancy.filesystem.suffix_base'] . $tenant->id;
|
$suffix = $this->app['config']['tenancy.filesystem.suffix_base'] . $tenant->id;
|
||||||
|
|
||||||
// storage_path()
|
// 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}");
|
$this->app->useStoragePath($this->originalPaths['storage'] . "/{$suffix}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue