Переглянути джерело

Correctif passage Symfony 5.4

develop
Guillaume 2 роки тому
джерело
коміт
179c4f39a6
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php Переглянути файл

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

Завантаження…
Відмінити
Зберегти