From fcccd7a0b3eb94f4ed91dcdce67bf63c8dacbb41 Mon Sep 17 00:00:00 2001 From: Valter Junior Date: Tue, 26 Dec 2017 03:38:53 -0200 Subject: [PATCH] How to use the route in xml According to xsd "http://symfony.com/schema/routing/routing-1.0.xsd" the tag does not exist because it is an attribute. This way above is the correct way to use --- routing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/routing.rst b/routing.rst index 96dbc3867d0..ee6cc21571d 100644 --- a/routing.rst +++ b/routing.rst @@ -80,12 +80,12 @@ like ``/blog/my-post`` or ``/blog/all-about-symfony``: xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> - - App\Controller\BlogController::list + + - - App\Controller\BlogController::show + +