v0.5.8b - Fix
This commit is contained in:
@@ -56,7 +56,7 @@ class UserEventController extends Controller
|
|||||||
$UserEvent->user_id = auth()->user()->id;
|
$UserEvent->user_id = auth()->user()->id;
|
||||||
$UserEvent->save();
|
$UserEvent->save();
|
||||||
|
|
||||||
//return redirect()->back();
|
return redirect()->back();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user