Commit cc40fb5b by Thiago Talma

Fix brackets

There were too many brackets.
parent 071c2e55
......@@ -161,7 +161,6 @@ You may configure [[yii\base\Application::controllerMap|controller map]] in the
```php
[
'controllerMap' => [
[
// declares "account" controller using a class name
'account' => 'app\controllers\UserController',
......@@ -171,7 +170,6 @@ You may configure [[yii\base\Application::controllerMap|controller map]] in the
'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