mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:04:04 +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 {
|
||||
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