Completed
Pull Request — master (#132)
by
unknown
08:35
created
src/AppBundle/Entity/Seat.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace AppBundle\Entity;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6 5
 use Doctrine\ORM\Mapping as ORM;
7
-use Gedmo\Mapping\Annotation as Gedmo;
8
-use Gedmo\Translatable\Document\Translation;
9 6
 use JMS\Serializer\Annotation\ExclusionPolicy;
10 7
 use JMS\Serializer\Annotation\Expose;
11 8
 use JMS\Serializer\Annotation\Type;
Please login to merge, or discard this patch.