Removed unused import

This commit is contained in:
Alejandro Celaya 2016-08-09 14:19:46 +02:00
parent 12410e82d8
commit 90cef7d4d9

View File

@ -3,7 +3,6 @@ namespace Shlinkio\Shlink\Common\Factory;
use Doctrine\Common\Cache\ApcuCache;
use Doctrine\Common\Cache\ArrayCache;
use Doctrine\Common\Cache\FilesystemCache;
use Interop\Container\ContainerInterface;
use Interop\Container\Exception\ContainerException;
use Zend\ServiceManager\Exception\ServiceNotCreatedException;