No longer create a default rule.

This commit is contained in:
James Cole
2021-05-09 07:58:09 +02:00
parent 873dfa179c
commit 06a5b60aaf
5 changed files with 10 additions and 58 deletions

View File

@@ -74,7 +74,6 @@ class IndexController extends Controller
public function index()
{
$this->createDefaultRuleGroup();
$this->createDefaultRule();
$this->ruleGroupRepos->resetOrder();
$ruleGroups = $this->ruleGroupRepos->getAllRuleGroupsWithRules(null);