浏览代码

Device ONU

Guillermo Espinoza 8 年之前
父节点
当前提交
740df74792
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;