diff --git a/Resources/doc/first_steps.rst b/Resources/doc/first_steps.rst index cac75d85..f06c2f01 100644 --- a/Resources/doc/first_steps.rst +++ b/Resources/doc/first_steps.rst @@ -451,8 +451,8 @@ is to use the repository as a service and inject it as a dependency into other s namespace Acme\StoreBundle\Repository; use Acme\StoreBundle\Document\Product; - use Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepository; use Doctrine\Bundle\MongoDBBundle\ManagerRegistry; + use Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepository; /** * Remember to map this repository in the corresponding document's repositoryClass.