From 123e054087fc3ee98a3e094277b51d8a09b6d61d Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Wed, 10 Dec 2014 08:57:07 +0100 Subject: [PATCH] [WebProfilerBundle] replaced pattern to path attribute in routes definitions. --- .../Resources/config/routing/profiler.xml | 22 +++++++++---------- .../Resources/config/routing/wdt.xml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml index 69f934e53f..d9708f9c50 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml @@ -4,47 +4,47 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> - + web_profiler.controller.profiler:homeAction - + web_profiler.controller.profiler:searchAction - + web_profiler.controller.profiler:searchBarAction - + web_profiler.controller.profiler:purgeAction - + web_profiler.controller.profiler:infoAction - + web_profiler.controller.profiler:phpinfoAction - + web_profiler.controller.profiler:searchResultsAction - + web_profiler.controller.profiler:panelAction - + web_profiler.controller.router:panelAction - + web_profiler.controller.exception:showAction - + web_profiler.controller.exception:cssAction diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml index 5f6851c9ff..1027ce42f6 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml @@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> - + web_profiler.controller.profiler:toolbarAction