@@ -11,12 +11,11 @@ |
||
11 | 11 | |
12 | 12 | namespace CRUDlex; |
13 | 13 | |
14 | +use CRUDlex\Entity; |
|
15 | +use CRUDlex\EntityDefinition; |
|
14 | 16 | use Symfony\Component\HttpFoundation\Request; |
15 | 17 | use Symfony\Component\HttpFoundation\Response; |
16 | 18 | |
17 | -use CRUDlex\EntityDefinition; |
|
18 | -use CRUDlex\Entity; |
|
19 | - |
|
20 | 19 | /** |
21 | 20 | * The abstract class for reading and writing data. |
22 | 21 | */ |