octicon-rss(16/)
You've already forked yii2
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:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 6 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace yii\console\commands;
|
||||
namespace yii\console\controllers;
|
||||
|
||||
use yii\base\Application;
|
||||
use yii\base\InlineAction;
|
||||
@@ -13,7 +13,7 @@ defined('STDIN') or define('STDIN', fopen('php://stdin', 'r'));
|
||||
require(__DIR__ . '/yii.php');
|
||||
|
||||
$config = array(
|
||||
'controllerPath' => '@yii/console/commands',
|
||||
'controllerPath' => '@yii/console/controllers',
|
||||
);
|
||||
$id = 'yiic';
|
||||
$basePath = __DIR__ . '/console';
|
||||
|
||||
Reference in New Issue
Block a user