Use native array_column

[MAILPOET-3173]
This commit is contained in:
Pavel Dohnal
2020-10-08 14:47:16 +02:00
committed by Veljko V
parent 8ad0be73a2
commit 9e8ccd2c17
23 changed files with 0 additions and 123 deletions

View File

@ -4,8 +4,6 @@ namespace MailPoet\Tasks\Subscribers;
use MailPoet\Models\ScheduledTaskSubscriber;
use function MailPoetVendor\array_column;
class BatchIterator implements \Iterator, \Countable {
private $taskId;
private $batchSize;