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

Commit b24a4d1

Browse files
committed
Merge pull request #734 from alexislefebvre/patch-1
Add missing DocumentManager namespace import
2 parents 121fe1d + 173ddac commit b24a4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/phpcr_odm/fixtures_initializers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ A simple example fixture class looks like this::
294294

295295
use Doctrine\Common\Persistence\ObjectManager;
296296
use Doctrine\Common\DataFixtures\FixtureInterface;
297+
use Doctrine\ODM\PHPCR\DocumentManager;
297298

298299
class LoadPageData implements FixtureInterface
299300
{

0 commit comments

Comments
 (0)