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