We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74e3191 + 20c1d33 commit a2537e7Copy full SHA for a2537e7
DependencyInjection/CmfCoreExtension.php
@@ -184,7 +184,9 @@ public function prepend(ContainerBuilder $container)
184
'enabled' => $persistenceConfig['enabled'],
185
),
186
187
- 'sonata_admin_extension' => $persistenceConfig['use_sonata_admin'],
+ 'sonata_admin_extension' => array(
188
+ 'enabled' => $persistenceConfig['use_sonata_admin'],
189
+ ),
190
);
191
break;
192
}
@@ -228,7 +230,9 @@ public function prepend(ContainerBuilder $container)
228
230
229
231
232
233
234
235
236
237
238
0 commit comments