diff --git a/http_cache/cache_invalidation.rst b/http_cache/cache_invalidation.rst index 435a1115148..0d062df58b2 100644 --- a/http_cache/cache_invalidation.rst +++ b/http_cache/cache_invalidation.rst @@ -51,6 +51,7 @@ Here is how you can configure the Symfony reverse proxy (See :doc:`/http_cache`) to support the ``PURGE`` HTTP method:: // src/CacheKernel.php + namespace App; use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache; use Symfony\Component\HttpFoundation\Request;