Skip to content

Commit 10d4471

Browse files
committed
styling
1 parent 52d9522 commit 10d4471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function registerValidationRules(): void
4848
return $status;
4949
});
5050

51-
Validator::replacer('currency_code', function(mixed $message, mixed $attribute, mixed $rule, mixed $parameters) {
51+
Validator::replacer('currency_code', function (mixed $message, mixed $attribute, mixed $rule, mixed $parameters) {
5252
return trans('validation.custom.invalid_currency', ['attribute' => $attribute]);
5353
});
5454
}

0 commit comments

Comments
 (0)