We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b6456 + 315c5ba commit 559adb2Copy full SHA for 559adb2
user_guide_src/source/cli/cli_commands.rst
@@ -83,6 +83,7 @@ should contain the following code::
83
<?php namespace App\Commands;
84
85
use CodeIgniter\CLI\BaseCommand;
86
+ use CodeIgniter\CLI\CLI;
87
88
class AppInfo extends BaseCommand
89
{
0 commit comments