Prechádzať zdrojové kódy

Fix definición function

Guillermo Espinoza 7 rokov pred
rodič
commit
5628d0a99f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
     }