瀏覽代碼

Fix definición function

Guillermo Espinoza 7 年之前
父節點
當前提交
5628d0a99f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
     }