Merge pull request #1642 from mailpoet/vendor-cleanup

Vendor cleanup [MAILPOET-1642]
This commit is contained in:
M. Shull
2018-11-26 14:28:27 -05:00
committed by GitHub
20 changed files with 335 additions and 499 deletions

View File

@ -2,8 +2,8 @@
namespace MailPoet\API\JSON;
use MailPoet\Config\AccessControl;
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\Models\Setting;
use MailPoet\Util\Helpers;
use MailPoet\Util\Security;