Fix for bug #171

This commit is contained in:
James Cole
2016-02-05 13:16:12 +01:00
parent 10a2a4cf5b
commit 9b10984d81
2 changed files with 3 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ class RuleGroupRepository implements RuleGroupRepositoryInterface
$newRuleGroup = new RuleGroup(
[
'user_id' => $data['user'],
'user_id' => $data['user_id'],
'title' => $data['title'],
'description' => $data['description'],
'order' => ($order + 1),