Skip to content

Commit

Permalink
firewall: when migrating aliases make sure that nesting does not fail
Browse files Browse the repository at this point in the history
(cherry picked from commit 28df2b8)
(cherry picked from commit 63354e8)
  • Loading branch information
fichtner committed Oct 30, 2023
1 parent e943be3 commit e4c857f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -92,6 +92,7 @@ public function run($model)
}
}
}
\OPNsense\Firewall\Util::attachAliasObject($model);
} elseif ($model instanceof Category) {
$model->sync();
} elseif ($model instanceof Group) {
Expand Down

0 comments on commit e4c857f

Please sign in to comment.