Closed alexislefebvre closed 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.
DocumentManager
Is use Doctrine\ODM\PHPCR\DocumentManager; missing in the code block?
use Doctrine\ODM\PHPCR\DocumentManager;
Yes :) We should add that.
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?