Implemented job to execute rulegroup on existing transactions

This commit is contained in:
Robert Horlings
2016-02-18 20:15:50 +01:00
parent 50e5c21735
commit a4d7bf4ebe
2 changed files with 165 additions and 0 deletions

View File

@@ -140,6 +140,14 @@ final class Processor
}
/**
*
* @return \FireflyIII\Models\Rule
*/
public function getRule() {
return $this->rule;
}
/**
* @return bool
*/