Changeset c08466c


Ignore:
Timestamp:
10/25/21 09:52:56 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
9141ace
Parents:
2740efc
Message:

bug fixes

File:
1 edited

Legend:

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

    r2740efc rc08466c  
    144144        }
    145145        catch(\Exception $e){
    146         Alert::flash("All departments are empty", "warning");
    147         return redirect()->back();
     146            report($e);
    148147    }
     148    finally {
     149            return back();
     150        }
    149151    }
    150152
Note: See TracChangeset for help on using the changeset viewer.