Procházet zdrojové kódy

Fix definición function

Guillermo Espinoza před 7 roky
rodič
revize
5628d0a99f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/FTTHBundle/Entity/NAP.php

+ 1 - 1
src/FTTHBundle/Entity/NAP.php

@@ -120,7 +120,7 @@ class NAP implements TenancyIdTraitInterface, LocationInterface
     /**
      * @return ContainerInterface
      */
-    public function getContainer(): ContainerInterface
+    public function getContainer()
     {
         return $this->container;
     }