Commit b2c8dba0 by Alexander Makarov

Merge pull request #3041 from MetalGuardian/update-module-debug-md

Update module-debug.md
parents b201c396 ef03e62e
......@@ -25,7 +25,7 @@ To enable these features, add these lines to your configuration file to enable t
```php
'preload' => ['debug'],
'modules' => [
'debug' => ['yii\debug\Module']
'debug' => 'yii\debug\Module',
]
```
......
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