We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1a9af commit 9a5a9d1Copy full SHA for 9a5a9d1
docs/guides/mobile_apps.md
@@ -37,7 +37,7 @@ class LoginController extends BaseController
37
if (! $this->validate($rules)) {
38
return $this->response
39
->setJSON(['errors' => $this->validator->getErrors()])
40
- ->setStatusCode(422)
+ ->setStatusCode(422);
41
}
42
43
// Attempt to login
0 commit comments