|
|
|
@ -14,7 +14,7 @@ use yii\helpers\FileHelper;
|
|
|
|
|
* @author Qiang Xue <qiang.xue@gmail.com> |
|
|
|
|
* @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/ |