fix style

This commit is contained in:
shibafu
2019-04-06 00:28:44 +09:00
parent 5bafe9126a
commit 1b4f621191
3 changed files with 5 additions and 3 deletions

View File

@@ -30,10 +30,12 @@ class LikeController extends Controller
],
'ejaculation' => $like->ejaculation
];
return response()->json($data, 409);
}
$like = Like::create($keys);
return [
'ejaculation' => $like->ejaculation
];