@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace PhpDraft\Domain\Services; |
3 | 3 | |
4 | 4 | use Silex\Application; |
5 | -use Symfony\Component\HttpFoundation\Request; |
|
6 | 5 | use phpFastCache\CacheManager; |
7 | 6 | |
8 | 7 | //A wrapper service for the PHP-based caching to save on several MySQL reads |