mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
Fix variable
This commit is contained in:
parent
6473806d0d
commit
b786643094
1 changed files with 2 additions and 2 deletions
|
|
@ -58,10 +58,10 @@ trait BootstrapsTenancy
|
|||
}
|
||||
|
||||
// storage_path()
|
||||
$this->app->useStoragePath($this->app->storagePath() . $path);
|
||||
$this->app->useStoragePath($this->app->storagePath() . "/{$suffix}");
|
||||
|
||||
// asset()
|
||||
$this->app('url')->forceRootUrl(asset('') . $url);
|
||||
$this->app('url')->forceRootUrl(asset('') . "/{$suffix}");
|
||||
|
||||
$this->oldStoragePaths = $old;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue