removed useless constant

This commit is contained in:
Jonathan Labreuille
2016-02-15 15:39:57 +01:00
parent 8139a7dd0a
commit 6c0f6a07cd

View File

@ -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();