- Timestamp:
- 10/25/21 10:31:54 (3 years ago)
- Branches:
- develop, master
- Children:
- b6e0879
- Parents:
- 9d1628a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Dashboard/DepartmentsController.php
r9d1628a rf5097b2 144 144 } 145 145 catch(\Exception $e){ 146 abort(403, "No files found"); 146 //abort(403, "No files found"); 147 Alert::flash(" No files found", "warning"); 148 return redirect()->route("dashboard.departments.index"); 147 149 } 148 150 }
Note:
See TracChangeset
for help on using the changeset viewer.