From 5fb6a6ef5f6c505b81672168fa772004f265073b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 20 Sep 2019 17:57:35 +0200 Subject: [PATCH] Fix tag thing. --- app/Api/V1/Requests/TransactionStoreRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Api/V1/Requests/TransactionStoreRequest.php b/app/Api/V1/Requests/TransactionStoreRequest.php index b265e4114b..304df0b72f 100644 --- a/app/Api/V1/Requests/TransactionStoreRequest.php +++ b/app/Api/V1/Requests/TransactionStoreRequest.php @@ -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',