File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ an example:
360360 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"  
361361 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"  
362362
363-  <route  id =" acme_privacy " pattern =" /about.html"  
363+  <route  id =" about " pattern =" /about.html"  
364364 <default  key =" _controller" default > 
365365 <default  key =" template" default > 
366366 </route > 
@@ -372,7 +372,7 @@ an example:
372372 use Symfony\Component\Routing\Route; 
373373
374374 $collection = new RouteCollection(); 
375-  $collection->add('acme_privacy ', new Route('/about.html', array( 
375+  $collection->add('about ', new Route('/about.html', array( 
376376 '_controller' => 'FrameworkBundle:Template:template', 
377377 'template' => 'AcmeBundle:Static:about.html.twig', 
378378 ))); 
                         You can’t perform that action at this time. 
           
                  
0 commit comments