Commit 43d15155 by Carsten Brandt

cleanup db `use` statements

parent dd59dd1d
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
namespace yii\db\cubrid; namespace yii\db\cubrid;
use yii\base\NotSupportedException;
use yii\db\Expression; use yii\db\Expression;
use yii\db\TableSchema; use yii\db\TableSchema;
use yii\db\ColumnSchema; use yii\db\ColumnSchema;
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
namespace yii\db\mssql; namespace yii\db\mssql;
use yii\db\mssql\TableSchema;
use yii\db\ColumnSchema; use yii\db\ColumnSchema;
/** /**
......
...@@ -9,7 +9,6 @@ namespace yii\db\mysql; ...@@ -9,7 +9,6 @@ namespace yii\db\mysql;
use yii\db\Exception; use yii\db\Exception;
use yii\base\InvalidParamException; use yii\base\InvalidParamException;
use yii\db\mysql\Schema;
/** /**
* QueryBuilder is the query builder for MySQL databases. * QueryBuilder is the query builder for MySQL databases.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment