Skip to content

Commit

Permalink
Fixed issue LibreHealthIO#90
Browse files Browse the repository at this point in the history
  • Loading branch information
akashfoss committed Dec 24, 2016
1 parent c850400 commit 4b6ae71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/Auth/Traits/RegistersUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function register(Request $request)
return new Response([
'accountRegistered' => 0,
'status' => 'Fail',
'message' => 'Fail saving singup data',
'message' => 'Fail saving signup data',
'Errors ' => $ex->getMessage()
]);

Expand Down

0 comments on commit 4b6ae71

Please sign in to comment.