Fix indentation.
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
<?php namespace MailPoet\Models;
|
<?php namespace MailPoet\Models;
|
||||||
|
|
||||||
class CustomValidator {
|
class CustomValidator {
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
$this->validator = new \Sudzy\Engine();
|
$this->validator = new \Sudzy\Engine();
|
||||||
}
|
}
|
||||||
|
@ -15,5 +15,4 @@ class Model extends \Sudzy\ValidModel {
|
|||||||
}
|
}
|
||||||
parent::save();
|
parent::save();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user