Remove Premium namespace from dynamic segments

[MAILPOET-2382]
This commit is contained in:
Jan Jakeš
2019-10-03 09:50:46 +02:00
committed by Jack Kitterhing
parent 70a89b7939
commit d7d747b945
24 changed files with 103 additions and 103 deletions

View File

@ -1,9 +1,9 @@
<?php
namespace MailPoet\Premium\DynamicSegments\Persistence\Loading;
namespace MailPoet\DynamicSegments\Persistence\Loading;
use MailPoet\Premium\DynamicSegments\Mappers\DBMapper;
use MailPoet\Premium\Models\DynamicSegment;
use MailPoet\DynamicSegments\Mappers\DBMapper;
use MailPoet\Models\DynamicSegment;
class SingleSegmentLoader {