mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Big refactor to remove the deprecated transaction collector.
This commit is contained in:
@@ -92,7 +92,7 @@ class ActionFactory
|
||||
*/
|
||||
protected static function getActionTypes(): array
|
||||
{
|
||||
if (0 === \count(self::$actionTypes)) {
|
||||
if (0 === count(self::$actionTypes)) {
|
||||
self::$actionTypes = Domain::getRuleActions();
|
||||
}
|
||||
|
||||
|
@@ -101,7 +101,7 @@ class TriggerFactory
|
||||
*/
|
||||
protected static function getTriggerTypes(): array
|
||||
{
|
||||
if (0 === \count(self::$triggerTypes)) {
|
||||
if (0 === count(self::$triggerTypes)) {
|
||||
self::$triggerTypes = Domain::getRuleTriggers();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user