@@ -102,8 +102,4 @@ |
||
102 | 102 | */ |
103 | 103 | public function destroy($id) |
104 | 104 | { |
105 | - Roles::destroy($id); |
|
106 | - session()->flash('message', 'Role deleted'); |
|
107 | - return redirect()->back(302); |
|
108 | - } |
|
109 | -} |
|
105 | + Roles::destroy($id |
|
110 | 106 | \ No newline at end of file |