Explorar el Código

Switch symfony 5.4

packProduct
Fabien Normand hace 2 años
padre
commit
f404b3afa4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php Ver fichero

@@ -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(),

Cargando…
Cancelar
Guardar