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