- Timestamp:
- 10/25/21 10:15:27 (3 years ago)
- Branches:
- develop, master
- Children:
- f5097b2
- Parents:
- 9141ace
- Location:
- app/Http/Controllers/Dashboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Dashboard/DepartmentsController.php
r9141ace r9d1628a 174 174 } 175 175 catch(\Exception $e){ 176 Alert::flash("All departments are empty", "warning"); 177 return redirect()->back(); 176 abort(403, "No files found"); 178 177 } 179 178 } -
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.