Revert "[FrameworkBundle] Partially revert HttpCache is not longer abstract (4d075da)"

This reverts commit 60730666ab.
This commit is contained in:
Grégoire Pineau 2018-04-02 13:58:37 +02:00
parent 0ff2f8ea31
commit 95049154b3

View File

@ -23,7 +23,7 @@ use Symfony\Component\HttpFoundation\Response;
*
* @author Fabien Potencier <fabien@symfony.com>
*/
abstract class HttpCache extends BaseHttpCache
class HttpCache extends BaseHttpCache
{
protected $cacheDir;
protected $kernel;