update error
All checks were successful
All checks were successful
This commit is contained in:
@@ -93,6 +93,10 @@ public function store(Request $request)
|
||||
]);
|
||||
} catch (\Throwable $th) {
|
||||
DB::rollBack();
|
||||
\Log::error('Registration Error: ' . $th->getMessage(), [
|
||||
'exception' => $th,
|
||||
'email' => $request->email
|
||||
]);
|
||||
return response()->json([
|
||||
'message' => 'Something went wrong. Please contact the admin.',
|
||||
], 403);
|
||||
|
||||
Reference in New Issue
Block a user