mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Small code fix.
This commit is contained in:
@@ -153,7 +153,8 @@ class RuleGroupRepository implements RuleGroupRepositoryInterface
|
||||
|
||||
public function destroyAll(): void
|
||||
{
|
||||
Log::channel('audit')->info('Delete all rule groups through destroyAll'); $groups = $this->get();
|
||||
Log::channel('audit')->info('Delete all rule groups through destroyAll');
|
||||
$groups = $this->get();
|
||||
|
||||
/** @var RuleGroup $group */
|
||||
foreach ($groups as $group) {
|
||||
|
Reference in New Issue
Block a user