This commit is contained in:
James Cole
2024-01-21 07:24:16 +01:00
parent 25d02e92f4
commit db9094956e

View File

@@ -25,7 +25,7 @@ namespace FireflyIII\Support\Validation;
trait ValidatesAmountsTrait
{
protected const string BIG_AMOUNT = '100001709';
protected const string BIG_AMOUNT = '10000170900';
final protected function emptyString(string $value): bool
{