Selaa lähdekoodia

Correctif passage Symfony 5.4

develop
Guillaume 2 vuotta sitten
vanhempi
commit
179c4f39a6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php Näytä tiedosto

@@ -17,7 +17,7 @@ use Lc\PietroBundle\Container\Workshop\WorkshopThematicContainer;

trait ControllerTrait
{
public static function getSubscribedServices()
public static function getSubscribedServices(): array
{
return array_merge(
parent::getSubscribedServices(),

Loading…
Peruuta
Tallenna