Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6073066

Browse files
committed
[FrameworkBundle] Partially revert HttpCache is not longer abstract (4d075da)
1 parent 25c2f91 commit 6073066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Fabien Potencier <[email protected]>
2525
*/
26-
class HttpCache extends BaseHttpCache
26+
abstract class HttpCache extends BaseHttpCache
2727
{
2828
protected $cacheDir;
2929
protected $kernel;

0 commit comments

Comments
 (0)