1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 03:54:02 +00:00
This commit is contained in:
Samuel Štancl 2019-01-20 17:33:35 +01:00
commit 48baf88bf3
2 changed files with 22 additions and 4 deletions

View file

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