Use a better name for method
[MAILPOET-2439]
This commit is contained in:
committed by
Jack Kitterhing
parent
45eb3d39c2
commit
f1934ff880
@@ -92,7 +92,7 @@ class Scheduler {
|
||||
}
|
||||
|
||||
private function isTaskScheduled($newsletter_id) {
|
||||
$existing = $this->repository->findAllForNewsletter($newsletter_id);
|
||||
$existing = $this->repository->findByNewsletterId($newsletter_id);
|
||||
return count($existing) > 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user