소스 검색

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;
     }