Commit 08ef80a2 by Paul Klimov

Merge pull request #1605 from webinvader/master

doc fix
parents 4f44bb24 b59469b5
......@@ -194,9 +194,9 @@ public function behaviors()
'class' => 'yii\web\AccessControl',
'rules' => [
['allow' => true, 'actions' => ['admin'], 'roles' => ['@']],
),
),
);
],
],
];
}
```
......
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