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

This commit is contained in:
Grégoire Pineau 2018-03-21 10:56:17 +01:00
parent 25c2f91877
commit 60730666ab
1 changed files with 1 additions and 1 deletions

View File

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