Small fix on validation model
This commit is contained in:
parent
d476f86c8c
commit
6f87dfc149
@ -8,10 +8,13 @@ class ValidationModel {
|
|||||||
*/
|
*/
|
||||||
public $errorKeys;
|
public $errorKeys;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
public $valid;
|
public $valid;
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
$errorKeys = [];
|
$this->errorKeys = [];
|
||||||
$valid = true;
|
$this->valid = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user