1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 15:14:03 +00:00

minor polish

This commit is contained in:
Samuel Stancl 2026-09-06 22:09:02 -07:00
parent 394a9fa562
commit efc0877f10
4 changed files with 9 additions and 7 deletions

View file

@ -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');