Move prefixed dependencies from lib/Dependencies to vendor-prefixed

[MAILPOET-1642]
This commit is contained in:
Jan Jakeš
2018-11-20 10:52:38 +01:00
parent 4b462a3963
commit bf7e6a601e
19 changed files with 41 additions and 38 deletions

View File

@ -2,8 +2,8 @@
namespace MailPoet\API;
use MailPoet\Dependencies\Symfony\Component\DependencyInjection\Container;
use MailPoet\Dependencies\Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
use MailPoetVendor\Symfony\Component\DependencyInjection\Container;
use MailPoetVendor\Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
use MailPoet\DI\ContainerFactory;
if(!defined('ABSPATH')) exit;