Commit 7d8ae761 by Qiang Xue

drop the unneeded leading backslash. [skip ci]

parent c7dc5ed1
......@@ -131,7 +131,7 @@ For example,
// an anonymous function
function () {
return new \app\components\Profiler();
return new app\components\Profiler();
}
],
]
......@@ -143,7 +143,7 @@ For example,
>```php
[
function () {
return \Yii::$app->getModule('user');
return Yii::$app->getModule('user');
},
]
```
......
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