mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 15:15:35 +08:00
fix comment spacing problem (build 443)
This commit is contained in:
@@ -91,7 +91,7 @@ class InitCommand extends Command
|
||||
$output->writeln('<info>Done!</info>');
|
||||
return 0;
|
||||
}
|
||||
if (LOAD_MODE === 2) { //从phar启动的框架包,初始化的模式
|
||||
if (LOAD_MODE === 2) { // 从phar启动的框架包,初始化的模式
|
||||
$phar_link = new Phar(__DIR__);
|
||||
$current_dir = pathinfo($phar_link->getPath())['dirname'];
|
||||
chdir($current_dir);
|
||||
|
||||
Reference in New Issue
Block a user