mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:34:04 +00:00
Add missing \
This commit is contained in:
parent
f0dd99f099
commit
8f2beb2d2e
4 changed files with 3 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ class TenancyBootstrappersTest extends TestCase
|
|||
|
||||
foreach (config('tenancy.filesystem.disks') as $disk) {
|
||||
$suffix = config('tenancy.filesystem.suffix_base') . tenant('id');
|
||||
$current_path_prefix = Storage::disk($disk)->getAdapter()->getPathPrefix();
|
||||
$current_path_prefix = \Storage::disk($disk)->getAdapter()->getPathPrefix();
|
||||
|
||||
if ($override = config("tenancy.filesystem.root_override.{$disk}")) {
|
||||
$correct_path_prefix = str_replace('%storage_path%', storage_path(), $override);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue