Enable inline edit.

This commit is contained in:
James Cole
2024-01-21 19:36:56 +01:00
parent f045e4ea69
commit b4209f2e72
14 changed files with 111 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ namespace FireflyIII\Support\Validation;
trait ValidatesAmountsTrait
{
// 19-09-2020: my wedding day lol
// 19-09-2020: my wedding day
protected const string BIG_AMOUNT = '10019092020';
final protected function emptyString(string $value): bool