@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace Laztopaz\potatoORM; |
10 | 10 | |
11 | 11 | use PDO; |
12 | -use Laztopaz\potatoORM\DatabaseHelper; |
|
13 | 12 | use Laztopaz\potatoORM\TableFieldUndefinedException; |
14 | 13 | use Laztopaz\potatoORM\EmptyArrayException; |
15 | 14 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | namespace Laztopaz\potatoORM; |
10 | 10 | |
11 | -use PDO; |
|
12 | 11 | use Laztopaz\potatoORM\TableNotCreatedException; |
13 | 12 | |
14 | 13 | class DatabaseHelper { |