@@ -10,7 +10,6 @@ |
||
| 10 | 10 | use Symfony\Component\Form\FormEvent; |
| 11 | 11 | use Symfony\Component\Form\FormEvents; |
| 12 | 12 | use Symfony\Component\Validator\Constraints\Email; |
| 13 | -use Symfony\Component\Validator\Constraints\Url; |
|
| 14 | 13 | |
| 15 | 14 | class URLChooserFormSubscriber implements EventSubscriberInterface |
| 16 | 15 | { |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Symfony\Component\Form\FormEvent; |
| 10 | 10 | use Symfony\Component\Form\FormEvents; |
| 11 | 11 | use Symfony\Component\Validator\Constraints\Email; |
| 12 | -use Symfony\Component\Validator\Constraints\Url; |
|
| 13 | 12 | |
| 14 | 13 | /** |
| 15 | 14 | * Class URLChooserLinkTypeSubscriber |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Kunstmaan\NodeSearchBundle\Twig; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | -use http\Env; |
|
| 7 | 6 | use Kunstmaan\NodeBundle\Entity\HasNodeInterface; |
| 8 | 7 | use Kunstmaan\NodeBundle\Entity\Node; |
| 9 | 8 | use Kunstmaan\NodeSearchBundle\Helper\IndexablePagePartsService; |