@@ -15,11 +15,11 @@ |
||
| 15 | 15 | |
| 16 | 16 | class ActionConfiguration extends Configuration |
| 17 | 17 | { |
| 18 | - /** |
|
| 19 | - * Related Action name. |
|
| 20 | - * |
|
| 21 | - * @var string |
|
| 22 | - */ |
|
| 18 | + /** |
|
| 19 | + * Related Action name. |
|
| 20 | + * |
|
| 21 | + * @var string |
|
| 22 | + */ |
|
| 23 | 23 | private $actionName; |
| 24 | 24 | |
| 25 | 25 | /** |
@@ -2,7 +2,6 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace LAG\AdminBundle\Bridge\Twig\Extension; |
| 4 | 4 | |
| 5 | -use LAG\AdminBundle\Admin\AdminInterface; |
|
| 6 | 5 | use LAG\AdminBundle\Configuration\ApplicationConfiguration; |
| 7 | 6 | use LAG\AdminBundle\Configuration\ApplicationConfigurationStorage; |
| 8 | 7 | use LAG\AdminBundle\Configuration\MenuItemConfiguration; |
@@ -11,7 +10,6 @@ discard block |
||
| 11 | 10 | use LAG\AdminBundle\Factory\MenuFactory; |
| 12 | 11 | use LAG\AdminBundle\Field\EntityAwareFieldInterface; |
| 13 | 12 | use LAG\AdminBundle\Field\FieldInterface; |
| 14 | -use LAG\AdminBundle\Field\TranslatorAwareFieldInterface; |
|
| 15 | 13 | use LAG\AdminBundle\Routing\RoutingLoader; |
| 16 | 14 | use LAG\AdminBundle\Utils\StringUtils; |
| 17 | 15 | use LAG\AdminBundle\View\ViewInterface; |