Browse Source

Correctif erreur symfony 5.3

develop
Fabien Normand 2 years ago
parent
commit
080f04b329
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php View File

@@ -39,7 +39,7 @@ use Twig\Environment;

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

Loading…
Cancel
Save