mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
Remove dd()
This commit is contained in:
parent
1fe851a5fa
commit
68cd063ce7
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ class TenantAssetController extends Controller
|
||||||
try {
|
try {
|
||||||
return response()->file(storage_path('app/public/' . $path));
|
return response()->file(storage_path('app/public/' . $path));
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
dd(storage_path('app/public/' . $path));
|
|
||||||
abort(404);
|
abort(404);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue