From 6e9c0aed328630a5f27655a5ddcc097f371f2672 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 20 Jun 2020 09:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/command/install/InstallModuleServiceCommand.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/extend/catcher/command/install/InstallModuleServiceCommand.php b/extend/catcher/command/install/InstallModuleServiceCommand.php index 684af1e..2621637 100644 --- a/extend/catcher/command/install/InstallModuleServiceCommand.php +++ b/extend/catcher/command/install/InstallModuleServiceCommand.php @@ -11,7 +11,6 @@ namespace catcher\command\install; use catcher\CatchAdmin; -use Doctrine\DBAL\Types\DateImmutableType; use think\console\Command; use think\console\Input; use think\console\input\Option; @@ -41,8 +40,6 @@ class InstallModuleServiceCommand extends Command $services = array_unique(array_merge($services, $moduleServices)); $this->exportServices($services, $servicesPath); - - $output->info('export service successfully'); } /**