mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:54:02 +00:00
Merge branch 'master' of https://github.com/stancl/tenancy
This commit is contained in:
commit
48baf88bf3
2 changed files with 22 additions and 4 deletions
|
|
@ -16,7 +16,6 @@ class TenantAssetController extends Controller
|
|||
try {
|
||||
return response()->file(storage_path('app/public/' . $path));
|
||||
} catch (\Throwable $th) {
|
||||
dd(storage_path('app/public/' . $path));
|
||||
abort(404);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue