v0.9.4 - Added remove function to feedback admin page
Added - You can now see if you're participating an event on event.index and yourevents.blade.php Fixed `Tilbage` buttons
This commit is contained in:
@@ -125,7 +125,7 @@ class FeedbackController extends Controller
|
||||
$feedback = Feedbacks::find($id);
|
||||
$feedback->delete();
|
||||
|
||||
return Response::detect("feedbacks.destroy");
|
||||
return redirect()->route("feedbacks.index");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user