mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix amount
This commit is contained in:
@@ -25,7 +25,8 @@ namespace FireflyIII\Support\Validation;
|
||||
|
||||
trait ValidatesAmountsTrait
|
||||
{
|
||||
protected const string BIG_AMOUNT = '10000170900';
|
||||
// 19-09-2020: my wedding day lol
|
||||
protected const string BIG_AMOUNT = '10019092020';
|
||||
|
||||
final protected function emptyString(string $value): bool
|
||||
{
|
||||
|
Reference in New Issue
Block a user