From 1555fe2a07fd64f84f7fd498b0e55518d2306c9d Mon Sep 17 00:00:00 2001 From: weigang Date: Mon, 3 Aug 2020 10:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/autoload/dependencies.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/autoload/dependencies.php b/config/autoload/dependencies.php index 547a711..80f707b 100644 --- a/config/autoload/dependencies.php +++ b/config/autoload/dependencies.php @@ -13,6 +13,5 @@ return [ \App\Service\ServiceEvaluateServiceInterface::class => \App\Service\ServiceEvaluateService::class, \App\Service\AttachmentServiceInterface::class => \App\Service\AttachmentService::class, \App\Service\ParamsTokenServiceInterface::class => \App\Service\ParamsTokenSsdbService::class, - \App\Service\ParamsTokenServiceInterface::class => \App\Service\ParamsTokenSsdbService::class \App\Commons\Log::class => \App\Commons\Log::class, ];