mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
fixes root path
This commit is contained in:
parent
574c1bd266
commit
c040a6d80c
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
|
||||||
storage_path(),
|
storage_path(),
|
||||||
$this->app['config']["tenancy.filesystem.root_override.{$disk}"] ?? ''
|
$this->app['config']["tenancy.filesystem.root_override.{$disk}"] ?? ''
|
||||||
)) {
|
)) {
|
||||||
|
$root = $this->app['config']["filesystems.disks.{$disk}.root"];
|
||||||
$root .= '/' . $suffix;
|
$root .= '/' . $suffix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue