From 90cef7d4d904f318c8b6b8b03ccdd9cc9bc932d4 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 9 Aug 2016 14:19:46 +0200 Subject: [PATCH] Removed unused import --- module/Common/src/Factory/CacheFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/Common/src/Factory/CacheFactory.php b/module/Common/src/Factory/CacheFactory.php index 710c5962..c866b980 100644 --- a/module/Common/src/Factory/CacheFactory.php +++ b/module/Common/src/Factory/CacheFactory.php @@ -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;