From 1c994710dad7642c8d7c70d97a8080d58a98c5f5 Mon Sep 17 00:00:00 2001 From: Lubo Grozdanov Date: Wed, 14 Oct 2020 09:01:47 +0300 Subject: [PATCH] Update front_controllers_and_kernel.rst --- configuration/front_controllers_and_kernel.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/front_controllers_and_kernel.rst b/configuration/front_controllers_and_kernel.rst index 090abb86e55..fe3c8179ed0 100644 --- a/configuration/front_controllers_and_kernel.rst +++ b/configuration/front_controllers_and_kernel.rst @@ -244,15 +244,15 @@ the directory of the environment you're using (most commonly ``dev/`` while developing and debugging). While it can vary, the ``var/cache/dev/`` directory includes the following: -``appDevDebugProjectContainer.php`` +``srcApp_KernelDevDebugContainer.php`` The cached "service container" that represents the cached application configuration. -``appDevUrlGenerator.php`` +``UrlGenerator.php`` The PHP class generated from the routing configuration and used when generating URLs. -``appDevUrlMatcher.php`` +``UrlMatcher.php`` The PHP class used for route matching - look here to see the compiled regular expression logic used to match incoming URLs to different routes.