Skip to content

Commit 613d62e

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into mobile-docs
2 parents 9c7aacb + 52126e4 commit 613d62e

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
@@ -34,7 +34,7 @@ class LoginController extends BaseController
3434
],
3535
];
3636

37-
if (! $this->validate($rules)) {
37+
if (! $this->validateData($this->request->getPost(), $rules)) {
3838
return $this->response
3939
->setJSON(['errors' => $this->validator->getErrors()])
4040
->setStatusCode(422);

0 commit comments

Comments
 (0)