From c448c92f071c1494e319c6c4a4ce26214b1e2a42 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Fri, 9 Feb 2018 14:00:37 -0400 Subject: [PATCH] practica --- src/UBV/PracticaBundle/Controller/estadoController.php | 3 ++- src/UBV/PracticaBundle/Controller/personaController.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. -- 2.0.0