Changeset 9d1628a for app/Http/Controllers/Dashboard/FoldersController.php
- Timestamp:
- 10/25/21 10:15:27 (3 years ago)
- Branches:
- develop, master
- Children:
- f5097b2
- Parents:
- 9141ace
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Dashboard/FoldersController.php
r9141ace r9d1628a 303 303 } 304 304 catch (\Exception $e) { 305 Alert::flash("This folder has no files", "warning"); 306 return redirect()->back(); 305 abort(403, "No files found"); 307 306 } 308 307 }
Note:
See TracChangeset
for help on using the changeset viewer.