This commit is contained in:
ludo
2024-03-03 14:44:35 +01:00
parent cc411cba68
commit 139aeb8074
6 changed files with 85 additions and 74 deletions

View File

@@ -24,11 +24,13 @@ class RegisterController extends Controller
$user = $this->create($request->all());
$this->guard()->login($user);
/*
$response = $this->registered($request, $user);
if ($response) {
return $response;
}
*/
return $request->wantsJson()
? new JsonResponse([], 201)