Commit 84ac0a94 by Alexander Makarov

Fixed typo

parent 69786b01
...@@ -148,7 +148,7 @@ $notGuest = new NotGuestRule(); ...@@ -148,7 +148,7 @@ $notGuest = new NotGuestRule();
return [ return [
'rules' => [ 'rules' => [
$rule->name => serialize($notGuest), $notGuest->name => serialize($notGuest),
], ],
'items' => [ 'items' => [
// HERE ARE YOUR MANAGEMENT TASKS // HERE ARE YOUR MANAGEMENT TASKS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment