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 ebd8c7d commit 625ee25Copy full SHA for 625ee25
src/Validators/CustomFieldValidator.php
@@ -13,7 +13,7 @@ public function __construct($data, $rules)
13
parent::__construct(
14
app('translator'),
15
$data,
16
- $rules,
+ $rules
17
);
18
}
19
0 commit comments