diff --git a/src/UBV/PracticaBundle/Controller/estadoController.php b/src/UBV/PracticaBundle/Controller/estadoController.php index 9777484..d119de9 100644 --- a/src/UBV/PracticaBundle/Controller/estadoController.php +++ b/src/UBV/PracticaBundle/Controller/estadoController.php @@ -5,7 +5,8 @@ namespace UBV\PracticaBundle\Controller; use UBV\PracticaBundle\Entity\estado; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;use Symfony\Component\HttpFoundation\Request; +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\HttpFoundation\Request; /** * Estado controller. diff --git a/src/UBV/PracticaBundle/Controller/personaController.php b/src/UBV/PracticaBundle/Controller/personaController.php index 1605b2a..b2aae37 100644 --- a/src/UBV/PracticaBundle/Controller/personaController.php +++ b/src/UBV/PracticaBundle/Controller/personaController.php @@ -5,7 +5,8 @@ namespace UBV\PracticaBundle\Controller; use UBV\PracticaBundle\Entity\persona; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;use Symfony\Component\HttpFoundation\Request; +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\HttpFoundation\Request; /** * Persona controller.