Przeglądaj źródła

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

Maximiliano Schvindt 8 lat temu
rodzic
commit
e82e193b63
1 zmienionych plików z 1 dodań i 1 usunięć
  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;