From ae7f77f904f15f5bd0d23b1ac4753641805b82f5 Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 30 Jan 2023 15:27:19 +0800 Subject: [PATCH] cs fix --- src/ZM/Command/Server/ServerStartCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ZM/Command/Server/ServerStartCommand.php b/src/ZM/Command/Server/ServerStartCommand.php index 09b554ed..3f79b334 100644 --- a/src/ZM/Command/Server/ServerStartCommand.php +++ b/src/ZM/Command/Server/ServerStartCommand.php @@ -9,7 +9,6 @@ use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -use ZM\Exception\InitException; use ZM\Exception\ZMKnownException; use ZM\Framework; use ZM\Process\ProcessStateManager;