Skip to content

Commit aae6053

Browse files
committed
minor #9225 Added a missin namespace in CacheKernel example (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Added a missin namespace in CacheKernel example This finishes #9222 adding a missing `namespace App` in a `CacheKernel` example. Commits ------- e9b0a12 Added a missin namespace in CacheKernel example
2 parents 63da666 + e9b0a12 commit aae6053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http_cache/cache_invalidation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Here is how you can configure the Symfony reverse proxy (See :doc:`/http_cache`)
5151
to support the ``PURGE`` HTTP method::
5252

5353
// src/CacheKernel.php
54+
namespace App;
5455

5556
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
5657
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)