Sending queue router update
- cleaned up useless code - bugfixes - improved code coverage
This commit is contained in:
committed by
Vlad
parent
cfb4265971
commit
409697ee64
@ -8,8 +8,7 @@ class Model extends \Sudzy\ValidModel {
|
||||
|
||||
function __construct() {
|
||||
$this->_errors = array();
|
||||
$customValidators = new CustomValidator();
|
||||
parent::__construct($customValidators->init());
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
static function create() {
|
||||
|
Reference in New Issue
Block a user