@@ -13,7 +13,6 @@ |
||
13 | 13 | use PDOException; |
14 | 14 | use Ibonly\PotatoORM\DatabaseQueryInterface; |
15 | 15 | use Ibonly\PotatoORM\ColumnNotExistExeption; |
16 | -use Ibonly\PotatoORM\InvalidConnectionException; |
|
17 | 16 | use Ibonly\PotatoORM\TableDoesNotExistException; |
18 | 17 | |
19 | 18 | class DatabaseQuery implements DatabaseQueryInterface |
@@ -9,17 +9,12 @@ |
||
9 | 9 | |
10 | 10 | namespace Ibonly\PotatoORM; |
11 | 11 | |
12 | -use PDO; |
|
13 | -use Exception; |
|
14 | -use PDOException; |
|
15 | 12 | use Ibonly\PotatoORM\GetData; |
16 | 13 | use Ibonly\PotatoORM\DatabaseQuery; |
17 | 14 | use Ibonly\PotatoORM\ModelInterface; |
18 | 15 | use Ibonly\PotatoORM\UserNotFoundException; |
19 | 16 | use Ibonly\PotatoORM\EmptyDatabaseException; |
20 | 17 | use Ibonly\PotatoORM\SaveUserExistException; |
21 | -use Ibonly\PotatoORM\ColumnNotExistExeption; |
|
22 | -use Ibonly\PotatoORM\InvalidConnectionException; |
|
23 | 18 | |
24 | 19 | class Model extends DatabaseQuery implements ModelInterface |
25 | 20 | { |