Przeglądaj źródła

adding abstract

packProduct
Charly 3 lat temu
rodzic
commit
cef072bf03
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Controller/AbstractController.php

+ 1
- 1
Controller/AbstractController.php Wyświetl plik

@@ -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;
}

Ładowanie…
Anuluj
Zapisz