Commit 2d9007e4 by Qiang Xue

Merge pull request #2598 from EmilHaukeland/patch-1

Fixed typo in upgrade guide
parents 4891aa79 b8871688
...@@ -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