Smaller rule list

This commit is contained in:
James Cole
2023-12-25 06:32:43 +01:00
parent b84604a4db
commit 4723d9dd30
5 changed files with 49 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ class ApplyRules extends Command
// start running rules.
$this->friendlyLine(sprintf('Will apply %d rule(s) to your transaction(s).', $count));
// file the rule(s)
// fire the rule(s)
$ruleEngine->fire();
$this->friendlyLine('');