Pārlūkot izejas kodu

FD3-744 update método entidad onu

Espinoza Guillermo 6 gadi atpakaļ
vecāks
revīzija
26ce702e58
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/FTTHBundle/Entity/ONU.php

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

@@ -1036,7 +1036,7 @@ class ONU implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
     {
         return implode(',', array_map(function($servicePort) {
             return $servicePort->getNumber();
-        }, $this->servicePorts));
+        }, $this->servicePorts->toArray()));
     }
 
 }