Guillermo Espinoza 8 gadi atpakaļ
vecāks
revīzija
740df74792
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

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