We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809ab4c commit 2cb3fbfCopy full SHA for 2cb3fbf
cli
@@ -15,11 +15,11 @@ chdir($path);
15
/** @const ROOTPATH CodeIgniter project root directory */
16
define('ROOTPATH', __DIR__ . '/');
17
18
+require "{$path}/vendor/autoload.php";
19
+
20
// generate CodeIgniter instance
21
$ci = require "{$path}/ci_instance.php";
22
-require "{$path}/vendor/autoload.php";
-
23
class_alias('Kenjis\CodeIgniter_Cli\Command\Command', 'Command');
24
class_alias('Kenjis\CodeIgniter_Cli\Command\Seed', 'Seeder');
25
class_alias('Aura\Cli\Help', 'Help');
0 commit comments