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

Update fixtures_initializers.rst #702

Merged
merged 1 commit into from
Sep 18, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bundles/phpcr_odm/fixtures_initializers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ from which you can retrieve the PHPCR session but also the document manager::
namespace Acme\ContentBundle\Initializer;

use Doctrine\Bundle\PHPCRBundle\Initializer\InitializerInterface;
use Doctrine\Bundle\PHPCRBundle\ManagerRegistry;
use PHPCR\SessionInterface;
use PHPCR\Util\NodeHelper;

Expand Down