File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ public function registerBundles()
84
84
public function registerContainerConfiguration (LoaderInterface $ loader )
85
85
{
86
86
$ loader ->load (function (ContainerBuilder $ container ) use ($ loader ) {
87
- $ container ->loadFromExtension ('framework ' , array (
88
- 'router ' => array (
87
+ $ container ->loadFromExtension ('framework ' , [
88
+ 'router ' => [
89
89
'resource ' => 'kernel:loadRoutes ' ,
90
90
'type ' => 'service ' ,
91
- ) ,
92
- ) );
91
+ ] ,
92
+ ] );
93
93
94
94
$ this ->configFiles = array_unique ($ this ->configFiles );
95
95
foreach ($ this ->configFiles as $ path ) {
@@ -101,7 +101,8 @@ public function registerContainerConfiguration(LoaderInterface $loader)
101
101
}
102
102
103
103
/**
104
- * (From MicroKernelTrait)
104
+ * (From MicroKernelTrait).
105
+ *
105
106
* @internal
106
107
*/
107
108
public function loadRoutes (LoaderInterface $ loader )
You can’t perform that action at this time.
0 commit comments