Skip to content

Commit

Permalink
Merge pull request #605 from kostya1000/patch-1
Browse files Browse the repository at this point in the history
Fix ManagerRegistry namespace in documentation – first steps
  • Loading branch information
alcaeus authored Feb 5, 2020
2 parents c27fefe + d7d06f4 commit abd87e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ is to use the repository as a service and inject it as a dependency into other s
use Acme\StoreBundle\Document\Product;
use Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepository;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Bundle\MongoDBBundle\ManagerRegistry;
/**
* Remember to map this repository in the corresponding document's repositoryClass.
Expand Down

0 comments on commit abd87e7

Please sign in to comment.