modify plugin name
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ class GiiCommand extends Command
|
|||||||
/** @var Gii $gii */
|
/** @var Gii $gii */
|
||||||
$gii = Kiri::app()->get('gii');
|
$gii = Kiri::app()->get('gii');
|
||||||
|
|
||||||
$connections = Kiri::app()->get('db');
|
$connections = Kiri::app();
|
||||||
if (($db = $input->getOption('databases')) != null) {
|
if (($db = $input->getOption('databases')) != null) {
|
||||||
$gii->run($connections->get($db), $input);
|
$gii->run($connections->get($db), $input);
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user