Commit b8871688 by Emil Haukeland

Fixed typo in upgrade guide

parent 4891aa79
...@@ -329,9 +329,9 @@ public function behaviors() ...@@ -329,9 +329,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