Skip to content

Commit 625ee25

Browse files
author
Liran Cohen
committed
Update CustomFieldValidator.php
1 parent ebd8c7d commit 625ee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validators/CustomFieldValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function __construct($data, $rules)
1313
parent::__construct(
1414
app('translator'),
1515
$data,
16-
$rules,
16+
$rules
1717
);
1818
}
1919

0 commit comments

Comments
 (0)