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

Commit 9ccaa63

Browse files
committed
Merge pull request #122 from symfony-cmf/document-alias
provide namespace alias for documents
2 parents bd930a7 + 983c100 commit 9ccaa63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CmfRoutingAutoBundle.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ private function buildPhpcrCompilerPass(ContainerBuilder $container)
4545
array(
4646
realpath(__DIR__.'/Resources/config/doctrine-model') => 'Symfony\Cmf\Bundle\RoutingAutoBundle\Model',
4747
),
48-
array('cmf_routing_auto.persistence.phpcr.manager_name')
48+
array('cmf_routing_auto.persistence.phpcr.manager_name'),
49+
false,
50+
array('CmfRoutingAutoBundle' => 'Symfony\Cmf\Bundle\RoutingAutoBundle\Model')
4951
)
5052
);
5153
}

0 commit comments

Comments
 (0)