mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
Small code fix.
This commit is contained in:
@@ -153,7 +153,8 @@ class RuleGroupRepository implements RuleGroupRepositoryInterface
|
|||||||
|
|
||||||
public function destroyAll(): void
|
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 */
|
/** @var RuleGroup $group */
|
||||||
foreach ($groups as $group) {
|
foreach ($groups as $group) {
|
||||||
|
|||||||
Reference in New Issue
Block a user