Guillermo Espinoza 8 vuotta sitten
vanhempi
commit
740df74792
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;