|
|
$validate = new Validate($rule, [], ['username' => __('Username'), 'password' => __('Password'), 'captcha' => __('Captcha')]);
|
|
$validate = new Validate($rule, [], ['username' => __('Username'), 'password' => __('Password'), 'captcha' => __('Captcha')]);
|
|
|
$this->error($validate->getError(), $url, ['token' => $this->request->token()]);
|
|
$this->error($validate->getError(), $url, ['token' => $this->request->token()]);
|