v0.5.8b - Fix

This commit is contained in:
frederikpyt 2020-08-07 10:36:08 +02:00
parent f7941841fe
commit c02c1aacd3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class UserEventController extends Controller
$UserEvent->user_id = auth()->user()->id;
$UserEvent->save();
//return redirect()->back();
return redirect()->back();
}
/**