- 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/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 }
Note:
See TracChangeset
for help on using the changeset viewer.