Explorar el Código

adding abstract

packProduct
Charly hace 3 años
padre
commit
cef072bf03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Controller/AbstractController.php

+ 1
- 1
Controller/AbstractController.php Ver fichero

@@ -4,7 +4,7 @@ namespace Lc\CaracoleBundle\Controller;

use Lc\SovBundle\Controller\AbstractController as SovAbstractController;

class AbstractController extends SovAbstractController
abstract class AbstractController extends SovAbstractController
{
use ControllerTrait;
}

Cargando…
Cancelar
Guardar