diff --git a/build/controllers/AutoloadController.php b/build/controllers/ClassmapController.php similarity index 94% rename from build/controllers/AutoloadController.php rename to build/controllers/ClassmapController.php index 08a81b3..f9b9a85 100644 --- a/build/controllers/AutoloadController.php +++ b/build/controllers/ClassmapController.php @@ -14,7 +14,7 @@ use yii\helpers\FileHelper; * @author Qiang Xue * @since 2.0 */ -class AutoloadController extends Controller +class ClassmapController extends Controller { public $defaultAction = 'create'; @@ -66,7 +66,7 @@ class AutoloadController extends Controller /** * Yii core class map. * - * This file is automatically generated by the "build autoload" command under the "build" folder. + * This file is automatically generated by the "build classmap" command under the "build" folder. * Do not modify it directly. * * @link http://www.yiiframework.com/ diff --git a/framework/yii/classes.php b/framework/yii/classes.php index dda316c..5cd6e3b 100644 --- a/framework/yii/classes.php +++ b/framework/yii/classes.php @@ -2,7 +2,7 @@ /** * Yii core class map. * - * This file is automatically generated by the "build autoload" command under the "build" folder. + * This file is automatically generated by the "build classmap" command under the "build" folder. * Do not modify it directly. * * @link http://www.yiiframework.com/