Completed
Branch master (e704c9)
by Philip
02:27
created
src/CRUDlex/AbstractData.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,12 +11,11 @@
 block discarded – undo
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
  */
Please login to merge, or discard this patch.