diff --git a/app/Support/Validation/ValidatesAmountsTrait.php b/app/Support/Validation/ValidatesAmountsTrait.php index 56e05e8669..f305c74d5d 100644 --- a/app/Support/Validation/ValidatesAmountsTrait.php +++ b/app/Support/Validation/ValidatesAmountsTrait.php @@ -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 {