删除输出

This commit is contained in:
JaguarJack 2020-06-20 09:29:45 +08:00
parent de6470fd0e
commit 6e9c0aed32

View File

@ -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');
}
/**