We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa31fd commit 70d970aCopy full SHA for 70d970a
HttpCache/HttpCache.php
@@ -23,7 +23,7 @@
23
*
24
* @author Fabien Potencier <fabien@symfony.com>
25
*/
26
-class HttpCache extends BaseHttpCache
+abstract class HttpCache extends BaseHttpCache
27
{
28
protected $cacheDir;
29
protected $kernel;
0 commit comments