Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit cf49eb1

Browse files
committed
register doctrine alias to support CmfMenuBundle:MenuNode shortcut
1 parent 47295ed commit cf49eb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CmfMenuBundle.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ public function build(ContainerBuilder $container)
3030
realpath(__DIR__ . '/Resources/config/doctrine-model') => 'Symfony\Cmf\Bundle\MenuBundle\Model',
3131
realpath(__DIR__ . '/Resources/config/doctrine-phpcr') => 'Symfony\Cmf\Bundle\MenuBundle\Doctrine\Phpcr',
3232
),
33-
array('cmf_menu.manager_name')
33+
array('cmf_menu.manager_name'),
34+
false,
35+
array('CmfMenuBundle' => 'Symfony\Cmf\Bundle\MenuBundle\Doctrine\Phpcr')
3436
)
3537
);
3638
}

0 commit comments

Comments
 (0)