Browse Source

Fix definición function

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
5628d0a99f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }