mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Support even bigger amounts for https://github.com/firefly-iii/firefly-iii/issues/8431
This commit is contained in:
parent
25d02e92f4
commit
db9094956e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user