Move nesbot/carbon to vendor-prefixed
[MAILPOET-2560]
This commit is contained in:
committed by
Jack Kitterhing
parent
3b78bcb99d
commit
0e964de6d4
@ -2,10 +2,10 @@
|
||||
|
||||
namespace MailPoet\Settings;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use MailPoet\Doctrine\Repository;
|
||||
use MailPoet\Entities\SettingEntity;
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
use MailPoetVendor\Carbon\Carbon;
|
||||
|
||||
/**
|
||||
* @method SettingEntity[] findBy(array $criteria, array $order_by = null, int $limit = null, int $offset = null)
|
||||
|
Reference in New Issue
Block a user