v0.5.8b - Fix
This commit is contained in:
parent
f7941841fe
commit
c02c1aacd3
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue