Completed
Push — master ( fff5f3...fc4fc8 )
by Thomas
02:20
created
src/Entity.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace ORM;
4 4
 
5
-use ORM\Dbal\Column;
6 5
 use ORM\Dbal\Error;
7
-use ORM\Dbal\Table;
8 6
 use ORM\Entity\GeneratesPrimaryKeys;
9 7
 use ORM\Entity\Relations;
10 8
 use ORM\Entity\Validation;
Please login to merge, or discard this patch.