Przeglądaj źródła

adding abstract

feature/symfony6.1
Charly 2 lat temu
rodzic
commit
1dfa419b1f
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\SovBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\AbstractController as SfAbstractController;

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

Ładowanie…
Anuluj
Zapisz