James Cole
2024-02-03 07:51:18 +01:00
parent 0b069bcb58
commit 9894d16d26
2 changed files with 4 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ class TriggerRequest extends FormRequest
private function getAccounts(): array
{
if(null === $this->get('accounts')) {
return [];
}
return $this->get('accounts');
}
}