Commit d4a54e58 by Qiang Xue

Merge pull request #4978 from thiagotalma/patch-1

Fix brackets
parents f50f840a cc40fb5b
...@@ -161,7 +161,6 @@ You may configure [[yii\base\Application::controllerMap|controller map]] in the ...@@ -161,7 +161,6 @@ You may configure [[yii\base\Application::controllerMap|controller map]] in the
```php ```php
[ [
'controllerMap' => [ 'controllerMap' => [
[
// declares "account" controller using a class name // declares "account" controller using a class name
'account' => 'app\controllers\UserController', 'account' => 'app\controllers\UserController',
...@@ -171,7 +170,6 @@ You may configure [[yii\base\Application::controllerMap|controller map]] in the ...@@ -171,7 +170,6 @@ You may configure [[yii\base\Application::controllerMap|controller map]] in the
'enableCsrfValidation' => false, 'enableCsrfValidation' => false,
], ],
], ],
],
] ]
``` ```
......
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