Commit e8da628d by Qiang Xue

doc fix

parent 2509748f
...@@ -324,7 +324,7 @@ class BaseYii ...@@ -324,7 +324,7 @@ class BaseYii
* Below are some usage examples: * Below are some usage examples:
* *
* ~~~ * ~~~
* $object = \Yii::createObject('@app/components/GoogleMap'); * $object = \Yii::createObject('app\components\GoogleMap');
* $object = \Yii::createObject([ * $object = \Yii::createObject([
* 'class' => 'app\components\GoogleMap', * 'class' => 'app\components\GoogleMap',
* 'apiKey' => 'xyz', * 'apiKey' => 'xyz',
......
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