mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
make commands lazily loaded
This commit is contained in:
@@ -13,6 +13,8 @@ use ZM\Exception\InitException;
|
||||
#[AsCommand(name: 'init', description: '初始化框架运行的基础文件')]
|
||||
class InitCommand extends Command
|
||||
{
|
||||
use NonPharLoadModeOnly;
|
||||
|
||||
private string $base_path;
|
||||
|
||||
private bool $force = false;
|
||||
|
||||
Reference in New Issue
Block a user