Browse Source

Device ONU

Guillermo Espinoza 8 năm trước cách đây
mục cha
commit
740df74792
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/FTTHBundle/Entity/ONU.php

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

@@ -22,7 +22,7 @@ use DeviceBundle\Interfaces\DeviceInterface;
  * 
  * @ValidatorAssert\Device
  */
-class ONU
+class ONU implements DeviceInterface
 {
 
     use ExtraDataTrait;