@@ -7,7 +7,6 @@ |
||
7 | 7 | namespace Zicht\Bundle\UrlBundle\Aliasing; |
8 | 8 | |
9 | 9 | use Doctrine\ORM\EntityManager; |
10 | -use Symfony\Component\HttpFoundation\Request; |
|
11 | 10 | use Zicht\Bundle\UrlBundle\Aliasing\Mapper\UrlMapperInterface; |
12 | 11 | use Zicht\Bundle\UrlBundle\Entity\Repository\UrlAliasRepository; |
13 | 12 | use Zicht\Bundle\UrlBundle\Entity\UrlAlias; |
@@ -40,7 +40,7 @@ |
||
40 | 40 | */ |
41 | 41 | public function getExtendedType() |
42 | 42 | { |
43 | - return TinymceTypeExtension::class; |
|
43 | + return TinymceTypeExtension::class; |
|
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |