From 8657c771b233c0ae3e6ffba2429079dc843f8aee Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Mon, 10 Feb 2020 15:44:41 +0000 Subject: [PATCH] #7 - Clean imports --- tests/Integration/MySQL/ColumnTypesTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/MySQL/ColumnTypesTest.php b/tests/Integration/MySQL/ColumnTypesTest.php index ca9b68f..f5c2c52 100644 --- a/tests/Integration/MySQL/ColumnTypesTest.php +++ b/tests/Integration/MySQL/ColumnTypesTest.php @@ -15,7 +15,6 @@ use Exception; use Phalcon\Db\Column; -use Phalcon\Db\Dialect\Mysql; use Phalcon\Db\Enum; use Phalcon\Helper\Arr; use Phalcon\Migrations\Migrations;