mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
renamed console controller folder name.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
* @license http://www.yiiframework.com/license/
|
* @license http://www.yiiframework.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace yii\console\commands;
|
namespace yii\console\controllers;
|
||||||
|
|
||||||
use yii\base\Application;
|
use yii\base\Application;
|
||||||
use yii\base\InlineAction;
|
use yii\base\InlineAction;
|
||||||
@ -13,7 +13,7 @@ defined('STDIN') or define('STDIN', fopen('php://stdin', 'r'));
|
|||||||
require(__DIR__ . '/yii.php');
|
require(__DIR__ . '/yii.php');
|
||||||
|
|
||||||
$config = array(
|
$config = array(
|
||||||
'controllerPath' => '@yii/console/commands',
|
'controllerPath' => '@yii/console/controllers',
|
||||||
);
|
);
|
||||||
$id = 'yiic';
|
$id = 'yiic';
|
||||||
$basePath = __DIR__ . '/console';
|
$basePath = __DIR__ . '/console';
|
||||||
|
|||||||
Reference in New Issue
Block a user