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

Commit 173ddac

Browse files
Add DocumentManager namespace in use;
1 parent 121fe1d commit 173ddac

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)