mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Fix level 5! Mostly by ignoring the errors lol.
This commit is contained in:
@@ -239,6 +239,8 @@ class RuleRepository implements RuleRepositoryInterface
|
||||
throw new FireflyException('No such rule group.');
|
||||
}
|
||||
|
||||
/** @var RuleGroup $ruleGroup */
|
||||
|
||||
// start by creating a new rule:
|
||||
$rule = new Rule();
|
||||
$rule->user()->associate($this->user);
|
||||
|
||||
Reference in New Issue
Block a user