Remove useless constructors
This commit is contained in:
@@ -10,10 +10,6 @@ class SendingQueue extends Model {
|
||||
const STATUS_SCHEDULED = 'scheduled';
|
||||
const STATUS_PAUSED = 'paused';
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
function pause() {
|
||||
if($this->count_processed === $this->count_total) {
|
||||
return false;
|
||||
@@ -70,4 +66,4 @@ class SendingQueue extends Model {
|
||||
: $this->subscribers;
|
||||
return $model;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user