버그 수정
This commit is contained in:
@@ -7,7 +7,7 @@ class NotOpeningPart extends Constraint{
|
||||
|
||||
protected $relYear;
|
||||
|
||||
public function checkInputValues(bool $throwExeception=true){
|
||||
public function checkInputValues(bool $throwExeception=true):bool{
|
||||
if(!parent::checkInputValues($throwExeception) && !$throwExeception){
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user