Remove Premium namespace from dynamic segments
[MAILPOET-2382]
This commit is contained in:
committed by
Jack Kitterhing
parent
70a89b7939
commit
d7d747b945
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Premium\Models;
|
||||
namespace MailPoet\Models;
|
||||
|
||||
use MailPoet\DynamicSegments\Mappers\DBMapper;
|
||||
use MailPoet\DynamicSegments\Persistence\Loading\SingleSegmentLoader;
|
||||
use MailPoet\Models\Subscriber;
|
||||
use MailPoet\Premium\DynamicSegments\Mappers\DBMapper;
|
||||
use MailPoet\Premium\DynamicSegments\Persistence\Loading\SingleSegmentLoader;
|
||||
|
||||
class SubscribersInDynamicSegment extends Subscriber {
|
||||
|
||||
|
Reference in New Issue
Block a user