From e8da628d75440879c20c962a19b95cf540279d39 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 4 Nov 2013 07:20:09 -0500 Subject: [PATCH] doc fix --- framework/yii/BaseYii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/BaseYii.php b/framework/yii/BaseYii.php index 7f933b4..011a9c7 100644 --- a/framework/yii/BaseYii.php +++ b/framework/yii/BaseYii.php @@ -324,7 +324,7 @@ class BaseYii * Below are some usage examples: * * ~~~ - * $object = \Yii::createObject('@app/components/GoogleMap'); + * $object = \Yii::createObject('app\components\GoogleMap'); * $object = \Yii::createObject([ * 'class' => 'app\components\GoogleMap', * 'apiKey' => 'xyz',