Skip to content

Commit

Permalink
Fixes variable name.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 22, 2020
1 parent f680961 commit dbebf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/ValidatesRequests.php
Expand Up @@ -35,7 +35,7 @@ public function validate(
array $customAttributes = []
): array {
return $this->getValidationFactory()->make(
$request->all(), $rules, $messages, $customAttributes
$arguments, $rules, $messages, $customAttributes
)->validate();
}

Expand Down

0 comments on commit dbebf42

Please sign in to comment.