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