瀏覽代碼

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;