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 cd49b2e commit 3aeea1cCopy full SHA for 3aeea1c
src/Support/DatabaseFieldConstraints.php
@@ -56,7 +56,7 @@ final class DatabaseFieldConstraints
56
'float_value' => [
57
'max_digits' => 30,
58
'max_decimals' => 15,
59
- 'validator' => ['digits_between:1,30', 'decimal:0,15'],
+ 'validator' => ['decimal:0,15'],
60
'field_types' => [CustomFieldType::CURRENCY],
61
],
62
'json_value' => [
0 commit comments