Fix tag thing.

This commit is contained in:
James Cole 2019-09-20 17:57:35 +02:00
parent d5a10fc875
commit 5fb6a6ef5f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -115,7 +115,7 @@ class TransactionStoreRequest extends Request
// other interesting fields
'transactions.*.reconciled' => [new IsBoolean],
'transactions.*.notes' => 'min:1,max:50000|nullable',
'transactions.*.tags' => 'between:1,255',
'transactions.*.tags' => 'between:0,255',
// meta info fields
'transactions.*.internal_reference' => 'min:1,max:255|nullable',