Luciano Andrade 7 년 전
부모
커밋
24acf10b6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }
 
 }