symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

Namespace of DocumentManager #733

Closed alexislefebvre closed 8 years ago

alexislefebvre commented 8 years ago

On http://symfony.com/doc/current/cmf/bundles/phpcr_odm/fixtures_initializers.html#fixture-loading, a code is given as an example but the namespace for the DocumentManager class is not included.

Is use Doctrine\ODM\PHPCR\DocumentManager; missing in the code block?

dantleech commented 8 years ago

Yes :) We should add that.