Skip to content

Commit 94dc773

Browse files
authored
Merge pull request #437 from davidnsai/patch-2
docs: add semi colon
2 parents 5c1a9af + 9a5a9d1 commit 94dc773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/mobile_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class LoginController extends BaseController
3737
if (! $this->validate($rules)) {
3838
return $this->response
3939
->setJSON(['errors' => $this->validator->getErrors()])
40-
->setStatusCode(422)
40+
->setStatusCode(422);
4141
}
4242

4343
// Attempt to login

0 commit comments

Comments
 (0)