We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c8f70 commit 30174a4Copy full SHA for 30174a4
2 files changed
src/Command/Generate/Migration.php
@@ -16,6 +16,10 @@
16
use Kenjis\CodeIgniter_Cli\Command\Command;
17
use CI_Controller;
18
19
+/**
20
+ * @property \CI_Loader $load
21
+ * @property \CI_Config $config
22
+ */
23
class Migration extends Command
24
{
25
public function __construct(Context $context, Stdio $stdio, CI_Controller $ci) {
src/Command/Migrate.php
@@ -13,8 +13,10 @@
13
use Aura\Cli\Status;
14
15
/**
- * @property \CI_Migration $migration
- */
+ * @property \CI_Migration $migration
class Migrate extends Command
public function __invoke($command = null)
0 commit comments