Parcourir la source

Switch symfony 5.4

packProduct
Fabien Normand il y a 2 ans
Parent
révision
f404b3afa4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php Voir le fichier

@@ -51,7 +51,7 @@ use Symfony\Component\Security\Core\Security;

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

Chargement…
Annuler
Enregistrer