Browse Source

Device ONU

Guillermo Espinoza 8 years ago
parent
commit
740df74792
1 changed files with 1 additions and 1 deletions
  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;