mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
remove and refactor daemon/server command, add useful messages
This commit is contained in:
@@ -7,9 +7,8 @@ namespace ZM\Command\Server;
|
||||
use Swoole\Process;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
use ZM\Command\Daemon\DaemonCommand;
|
||||
|
||||
class ServerReloadCommand extends DaemonCommand
|
||||
class ServerReloadCommand extends ServerCommand
|
||||
{
|
||||
protected static $defaultName = 'server:reload';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user