|
@@ -2,7 +2,6 @@ discard block |
|
|
block discarded – undo |
|
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 |
|
|
block discarded – undo |
|
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; |
Please login to merge, or discard this patch.