- Timestamp:
- 10/25/21 09:52:56 (3 years ago)
- Branches:
- develop, master
- Children:
- 9141ace
- Parents:
- 2740efc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Dashboard/DepartmentsController.php
r2740efc rc08466c 144 144 } 145 145 catch(\Exception $e){ 146 Alert::flash("All departments are empty", "warning"); 147 return redirect()->back(); 146 report($e); 148 147 } 148 finally { 149 return back(); 150 } 149 151 } 150 152
Note:
See TracChangeset
for help on using the changeset viewer.