File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9
9
use Netgen \Bundle \InformationCollectionBundle \Entity \EzInfoCollectionAttribute ;
10
10
use Netgen \Bundle \InformationCollectionBundle \Repository \EzInfoCollectionAttributeRepository ;
11
11
use Netgen \Bundle \InformationCollectionBundle \Repository \EzInfoCollectionRepository ;
12
- use Symfony \Bundle \FrameworkBundle \Controller \ControllerTrait ;
12
+ use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
13
13
use Symfony \Component \HttpFoundation \ResponseHeaderBag ;
14
14
use Symfony \Component \Security \Core \Exception \AccessDeniedException ;
15
15
16
- class DownloadController
16
+ class DownloadController extends AbstractController
17
17
{
18
- use ControllerTrait;
19
-
20
18
private $ infocollectionAttributeRepository ;
21
19
22
20
private $ infocollectionRepository ;
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ class Configuration implements ConfigurationInterface
12
12
*/
13
13
public function getConfigTreeBuilder ()
14
14
{
15
- $ treeBuilder = new TreeBuilder ();
16
- $ rootNode = $ treeBuilder ->root ( ' netgen_enhanced_ez_binary_file ' );
15
+ $ treeBuilder = new TreeBuilder (' netgen_enhanced_ez_binary_file ' );
16
+ $ rootNode = $ treeBuilder ->getRootNode ( );
17
17
18
18
return $ treeBuilder ;
19
19
}
You can’t perform that action at this time.
0 commit comments