More working triggers.

This commit is contained in:
James Cole
2016-01-13 14:12:46 +01:00
parent 8720511046
commit afec8480fb
7 changed files with 325 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ class UserAction implements TriggerInterface
public function triggered()
{
Log::debug('user_action always returns true.');
return true;
}