properly handle custom subscriptions pages
This commit is contained in:
@@ -35,8 +35,4 @@ class SendingQueue extends Model {
|
||||
$this->save();
|
||||
return ($this->getErrors() === false && $this->id() > 0);
|
||||
}
|
||||
|
||||
function stop() {
|
||||
return $this->delete();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user