Fix amount

This commit is contained in:
James Cole
2024-01-21 18:01:00 +01:00
parent 4a37152aea
commit f045e4ea69
4 changed files with 5 additions and 4 deletions

View File

@@ -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
{