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