mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
make commands lazily loaded
This commit is contained in:
@@ -13,6 +13,8 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
#[AsCommand(name: 'build', description: '将项目构建一个phar包')]
|
||||
class BuildCommand extends Command
|
||||
{
|
||||
use NonPharLoadModeOnly;
|
||||
|
||||
/**
|
||||
* 配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user