Guillermo Espinoza 8 rokov pred
rodič
commit
740df74792
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;