Commit b59469b5 by zvon

doc fix

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