Add empty array

This commit is contained in:
James Cole
2026-03-07 06:15:55 +01:00
parent a08f776ffa
commit 4a3f45e125
95 changed files with 96 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ class StoreRequest extends FormRequest
use CurrencyValidation;
use GroupValidation;
use TransactionValidation;
protected array $acceptedRoles = [];
/**
* Get all data. Is pretty complex because of all the ??-statements.