This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Correctif getSubscribedServices()
develop
Guillaume
2 years ago
parent
bc61cac980
commit
378157dd17
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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()
public static function getSubscribedServices()
: array
{
return array_merge(
parent::getSubscribedServices(),
Write
Preview
Loading…
Cancel
Save