Changeset b6e0879


Ignore:
Timestamp:
10/25/21 10:36:25 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
233e950
Parents:
f5097b2
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Http/Controllers/Dashboard/DepartmentsController.php

    rf5097b2 rb6e0879  
    144144        }
    145145        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");
    149149    }
    150150    }
Note: See TracChangeset for help on using the changeset viewer.