mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
This should fix the tests again.
This commit is contained in:
@@ -74,6 +74,7 @@ class TriggerRequest extends FormRequest
|
||||
if(null === $this->get('accounts')) {
|
||||
return [];
|
||||
}
|
||||
|
||||
return $this->get('accounts');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user