Explorar el Código

Fix definición function

Guillermo Espinoza hace 7 años
padre
commit
5628d0a99f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }