Updating use of DoctrineBundle Registry to use the proper path to Doctrine\Bundle\DoctrineBundle\Registry

This commit is contained in:
Rafael Dohms 2012-03-01 21:21:53 +01:00
parent 42923f3044
commit 881d290c47

View File

@ -19,7 +19,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\Form\FormTypeInterface;
use Symfony\Component\Form\Form;
use Symfony\Component\Form\FormBuilder;
use Symfony\Bundle\DoctrineBundle\Registry;
use Doctrine\Bundle\DoctrineBundle\Registry;
use Symfony\Component\HttpFoundation\Request;
/**
@ -179,7 +179,7 @@ class Controller extends ContainerAware
/**
* Shortcut to return the Doctrine Registry service.
*
* @return Registry
* @return Doctrine\Bundle\DoctrineBundle\Registry
*
* @throws \LogicException If DoctrineBundle is not available
*/