소스 검색

FD3-89 se acomoda esa relación, debe permitirse ONUs sin OLT.

Maximiliano Schvindt 8 년 전
부모
커밋
e82e193b63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/FTTHBundle/Entity/ONU.php

+ 1 - 1
src/FTTHBundle/Entity/ONU.php

@@ -394,7 +394,7 @@ class ONU implements DeviceInterface
      * @param OLT $olt
      * @return $this
      */
-    public function setOlt(OLT $olt)
+    public function setOlt($olt)
     {
         $this->olt = $olt;