update to 2.2.2 version

fix QQBot error
clean code
This commit is contained in:
jerry
2021-01-29 22:27:10 +08:00
parent a55cd4ed05
commit f3e844bb0a
11 changed files with 41 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ namespace ZM\Command;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use ZM\Utils\DataProvider;
class DaemonStatusCommand extends DaemonCommand
{