Changeset f5097b2 for app/Http


Ignore:
Timestamp:
10/25/21 10:31:54 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
b6e0879
Parents:
9d1628a
Message:

bug fixes

File:
1 edited

Legend:

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

    r9d1628a rf5097b2  
    144144        }
    145145        catch(\Exception $e){
    146             abort(403, "No files found");
     146            //abort(403, "No files found");
     147            Alert::flash(" No files found", "warning");
     148            return redirect()->route("dashboard.departments.index");
    147149    }
    148150    }
Note: See TracChangeset for help on using the changeset viewer.