From f0e2a1c463a62bb9a14dc802a1738854e0afec6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 5 Mar 2021 15:04:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Command.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Database/Command.php b/Database/Command.php index 45581e5b..b35325c4 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -10,14 +10,11 @@ declare(strict_types=1); namespace Database; -use ReflectionException; use Snowflake\Abstracts\Component; use Exception; use PDO; use PDOStatement; -use Snowflake\Abstracts\Config; use Snowflake\Exception\ComponentException; -use Snowflake\Exception\NotFindClassException; /** * Class Command