Commit 9b0cb851 by Qiang Xue

renamed autoload to classmap.

parent 3c09eadd
...@@ -14,7 +14,7 @@ use yii\helpers\FileHelper; ...@@ -14,7 +14,7 @@ use yii\helpers\FileHelper;
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
class AutoloadController extends Controller class ClassmapController extends Controller
{ {
public $defaultAction = 'create'; public $defaultAction = 'create';
...@@ -66,7 +66,7 @@ class AutoloadController extends Controller ...@@ -66,7 +66,7 @@ class AutoloadController extends Controller
/** /**
* Yii core class map. * 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. * Do not modify it directly.
* *
* @link http://www.yiiframework.com/ * @link http://www.yiiframework.com/
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* Yii core class map. * 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. * Do not modify it directly.
* *
* @link http://www.yiiframework.com/ * @link http://www.yiiframework.com/
......
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