Commit c448c92f071c1494e319c6c4a4ce26214b1e2a42

Authored by Edgar Gonzalez
1 parent b434ffc309
Exists in feature/pruebas

practica

src/UBV/PracticaBundle/Controller/estadoController.php
... ... @@ -5,7 +5,8 @@ namespace UBV\PracticaBundle\Controller;
5 5 use UBV\PracticaBundle\Entity\estado;
6 6 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7 7 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
8   -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;use Symfony\Component\HttpFoundation\Request;
  8 +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
  9 +use Symfony\Component\HttpFoundation\Request;
9 10  
10 11 /**
11 12 * Estado controller.
... ...
src/UBV/PracticaBundle/Controller/personaController.php
... ... @@ -5,7 +5,8 @@ namespace UBV\PracticaBundle\Controller;
5 5 use UBV\PracticaBundle\Entity\persona;
6 6 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7 7 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
8   -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;use Symfony\Component\HttpFoundation\Request;
  8 +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
  9 +use Symfony\Component\HttpFoundation\Request;
9 10  
10 11 /**
11 12 * Persona controller.
... ...