Move nesbot/carbon to vendor-prefixed
[MAILPOET-2560]
This commit is contained in:
committed by
Jack Kitterhing
parent
3b78bcb99d
commit
0e964de6d4
@ -2,7 +2,6 @@
|
||||
|
||||
namespace MailPoet\Subscribers;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use MailPoet\Config\MP2Migrator;
|
||||
use MailPoet\Models\ScheduledTask;
|
||||
use MailPoet\Models\ScheduledTaskSubscriber;
|
||||
@ -10,6 +9,7 @@ use MailPoet\Models\SendingQueue;
|
||||
use MailPoet\Models\StatisticsOpens;
|
||||
use MailPoet\Models\Subscriber;
|
||||
use MailPoet\Settings\SettingsRepository;
|
||||
use MailPoetVendor\Carbon\Carbon;
|
||||
use MailPoetVendor\Idiorm\ORM;
|
||||
|
||||
class InactiveSubscribersController {
|
||||
|
Reference in New Issue
Block a user