Constraint 수정

This commit is contained in:
2018-11-16 23:35:43 +09:00
parent 84f4a022ed
commit 288e6eae00
2 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class ReqNationValue extends Constraint{
}
if(count($this->arg) == 4){
[$this->key, $this->keyNick, $this->reqVal, $comp] = $this->arg;
[$this->key, $this->keyNick, $comp, $this->reqVal] = $this->arg;
if(!in_array($comp, ['>', '>=', '==', '<=', '<', '!=', '===', '!=='])){
if(!$throwExeception){return false; }