Move nesbot/carbon to vendor-prefixed

[MAILPOET-2560]
This commit is contained in:
Jan Jakeš
2019-12-12 16:21:26 +01:00
committed by Jack Kitterhing
parent 3b78bcb99d
commit 0e964de6d4
82 changed files with 246 additions and 317 deletions

View File

@@ -2,7 +2,6 @@
namespace MailPoet\Test\API\JSON\v1;
use Carbon\Carbon;
use Codeception\Stub\Expected;
use MailPoet\API\JSON\Error as APIError;
use MailPoet\API\JSON\Response as APIResponse;
@@ -14,6 +13,7 @@ use MailPoet\Services\Bridge;
use MailPoet\Settings\SettingsController;
use MailPoet\Settings\SettingsRepository;
use MailPoet\WooCommerce\TransactionalEmails;
use MailPoetVendor\Carbon\Carbon;
use MailPoetVendor\Idiorm\ORM;
class SettingsTest extends \MailPoetTest {