@@ -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 | /** |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Doctrine\ORM\EntityManager; |
9 | 9 | use Symfony\Component\HttpFoundation\Request; |
10 | 10 | use Symfony\Component\HttpFoundation\RequestStack; |
11 | -use Symfony\Component\Routing\RouterInterface; |
|
12 | 11 | use Zicht\Bundle\UrlBundle\Entity\StaticReference; |
13 | 12 | |
14 | 13 | /** |