Luciano Andrade vor 7 Jahren
Ursprung
Commit
24acf10b6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
     }
 
 }