1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:54:03 +00:00

fixes root path

This commit is contained in:
George 2022-02-13 22:09:34 +01:00
parent 574c1bd266
commit c040a6d80c

View file

@ -64,6 +64,7 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
storage_path(),
$this->app['config']["tenancy.filesystem.root_override.{$disk}"] ?? ''
)) {
$root = $this->app['config']["filesystems.disks.{$disk}.root"];
$root .= '/' . $suffix;
}