Luciano Andrade hace 7 años
padre
commit
24acf10b6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Validator/Constraints/DeviceValidator.php

+ 1 - 1
Validator/Constraints/DeviceValidator.php

@@ -48,7 +48,7 @@ class DeviceValidator extends ConstraintValidator
     }
 
     function remoteCheck($enable){
-        $this->enable = $enable;
+        $this->enabled = $enable;
     }
 
 }