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.
1 parent 04556bd commit dd4e6a8Copy full SHA for dd4e6a8
Tests/Resources/app/AppKernel.php
@@ -12,7 +12,7 @@ public function configure()
12
if ('phpcr' === $this->environment) {
13
$this->requireBundleSets(array(
14
'phpcr_odm',
15
- 'sonata_admin',
+ 'sonata_admin_phpcr',
16
));
17
} elseif ('orm' === $this->environment) {
18
$this->requireBundleSet('doctrine_orm');
0 commit comments