mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up triggers, add some new ones.
This commit is contained in:
@@ -26,4 +26,12 @@ class Domain
|
||||
return Config::get('firefly.bindables');
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public static function getRuleTriggers()
|
||||
{
|
||||
return Config::get('firefly.rule-triggers');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user