removed useless constant
This commit is contained in:
@ -5,7 +5,6 @@ if(!defined('ABSPATH')) exit;
|
|||||||
|
|
||||||
class Model extends \Sudzy\ValidModel {
|
class Model extends \Sudzy\ValidModel {
|
||||||
protected $_errors;
|
protected $_errors;
|
||||||
const BULK_ACTION_BATCH_SIZE = 1000;
|
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
$this->_errors = array();
|
$this->_errors = array();
|
||||||
|
Reference in New Issue
Block a user