parent
b04f167709
commit
3a1dc72cf7
@ -134,7 +134,7 @@ class EjaculationController extends Controller
|
|||||||
});
|
});
|
||||||
|
|
||||||
if ($validator->fails()) {
|
if ($validator->fails()) {
|
||||||
return redirect()->route('checkin')->withErrors($validator)->withInput();
|
return redirect()->route('checkin.edit', ['id' => $id])->withErrors($validator)->withInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
$ejaculation->fill([
|
$ejaculation->fill([
|
||||||
|
Loading…
Reference in New Issue
Block a user