@@ -14,7 +14,6 @@ |
||
14 | 14 | use Laztopaz\potatoORM\NoRecordFoundException; |
15 | 15 | use Laztopaz\potatoORM\NoRecordInsertionException; |
16 | 16 | use Laztopaz\potatoORM\NullArgumentPassedToFunction; |
17 | -use Laztopaz\potatoORM\WrongArgumentException; |
|
18 | 17 | use Laztopaz\potatoORM\NoArgumentPassedToFunctionException; |
19 | 18 | use Laztopaz\potatoORM\EmptyArrayException; |
20 | 19 |
@@ -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 |