Sfoglia il codice sorgente

adding abstract

feature/symfony6.1
Charly 3 anni fa
parent
commit
1dfa419b1f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Controller/AbstractController.php

+ 1
- 1
Controller/AbstractController.php Vedi File

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

Loading…
Annulla
Salva