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 99use Netgen \Bundle \InformationCollectionBundle \Entity \EzInfoCollectionAttribute ;
1010use Netgen \Bundle \InformationCollectionBundle \Repository \EzInfoCollectionAttributeRepository ;
1111use Netgen \Bundle \InformationCollectionBundle \Repository \EzInfoCollectionRepository ;
12- use Symfony \Bundle \FrameworkBundle \Controller \ControllerTrait ;
12+ use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
1313use Symfony \Component \HttpFoundation \ResponseHeaderBag ;
1414use Symfony \Component \Security \Core \Exception \AccessDeniedException ;
1515
16- class DownloadController
16+ class DownloadController extends AbstractController
1717{
18- use ControllerTrait;
19-
2018 private $ infocollectionAttributeRepository ;
2119
2220 private $ infocollectionRepository ;
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ class Configuration implements ConfigurationInterface
1212 */
1313 public function getConfigTreeBuilder ()
1414 {
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 ( );
1717
1818 return $ treeBuilder ;
1919 }
You can’t perform that action at this time.
0 commit comments