mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 15:14:03 +00:00
minor polish
This commit is contained in:
parent
394a9fa562
commit
efc0877f10
4 changed files with 9 additions and 7 deletions
|
|
@ -121,7 +121,7 @@ class TenantAssetController implements HasMiddleware
|
|||
}
|
||||
|
||||
if ($tenant = tenant()) {
|
||||
return FilesystemTenancyBootstrapper::getBoundTenantStoragePath($tenant) . '/app/public';
|
||||
return FilesystemTenancyBootstrapper::getTenantStoragePath($tenant) . '/app/public';
|
||||
}
|
||||
|
||||
return storage_path('app/public');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue