Clean up triggers, add some new ones.

This commit is contained in:
James Cole
2016-01-13 07:16:29 +01:00
parent e722daafd0
commit 98b272383f
8 changed files with 262 additions and 18 deletions

View File

@@ -26,4 +26,12 @@ class Domain
return Config::get('firefly.bindables');
}
/**
* @return array
*/
public static function getRuleTriggers()
{
return Config::get('firefly.rule-triggers');
}
}