From e9b0a123d4b91a31f3fc950ffece21a89371f3af Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 8 Feb 2018 09:32:19 +0100 Subject: [PATCH] Added a missin namespace in CacheKernel example --- http_cache/cache_invalidation.rst | 1 + 1 file changed, 1 insertion(+) 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;