Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -134,7 +134,7 @@ class Model extends \MailPoetVendor\Sudzy\ValidModel {
|
||||
|
||||
public static $_table;
|
||||
protected $_errors;
|
||||
protected $_new_record;
|
||||
protected $newRecord;
|
||||
|
||||
public function __construct() {
|
||||
$this->_errors = [];
|
||||
|
Reference in New Issue
Block a user