- Timestamp:
- 10/25/21 10:12:56 (3 years ago)
- Branches:
- develop, master
- Children:
- 9d1628a
- Parents:
- c08466c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Dashboard/DepartmentsController.php
rc08466c r9141ace 144 144 } 145 145 catch(\Exception $e){ 146 report($e);146 abort(403, "No files found"); 147 147 } 148 finally {149 return back();150 }151 148 } 152 149
Note:
See TracChangeset
for help on using the changeset viewer.