Remove Premium namespace from dynamic segments
[MAILPOET-2382]
This commit is contained in:
committed by
Jack Kitterhing
parent
70a89b7939
commit
d7d747b945
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Premium\DynamicSegments\FreePluginConnectors;
|
||||
namespace MailPoet\DynamicSegments\FreePluginConnectors;
|
||||
|
||||
use MailPoet\DynamicSegments\Persistence\Loading\SingleSegmentLoader;
|
||||
use MailPoet\DynamicSegments\Persistence\Loading\SubscribersIds;
|
||||
use MailPoet\Models\DynamicSegment;
|
||||
use MailPoet\Models\Segment;
|
||||
use MailPoet\Models\Subscriber;
|
||||
use MailPoet\Premium\DynamicSegments\Persistence\Loading\SingleSegmentLoader;
|
||||
use MailPoet\Premium\DynamicSegments\Persistence\Loading\SubscribersIds;
|
||||
use MailPoet\Premium\Models\DynamicSegment;
|
||||
|
||||
class SendingNewslettersSubscribersFinder {
|
||||
|
||||
/** @var SingleSegmentLoader */
|
||||
private $single_segment_loader;
|
||||
|
||||
/** @var \MailPoet\Premium\DynamicSegments\Persistence\Loading\SubscribersIds */
|
||||
/** @var SubscribersIds */
|
||||
private $subscribers_ids_loader;
|
||||
|
||||
public function __construct(SingleSegmentLoader $single_segment_loader, SubscribersIds $subscribers_ids_loader) {
|
||||
|
Reference in New Issue
Block a user