Browse Source

Merge branch 'develop'

master
Guillaume 2 years ago
parent
commit
dc5a57be59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php View File



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

Loading…
Cancel
Save