Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / routing / Tests / Fixtures / namespaceprefix.xml
index bdd6a4732999a715b8d27f8525fa4c9223581e15..e33955ae47857ff82f44a8bfcd077579ec253e28 100644 (file)
@@ -9,5 +9,8 @@
         <requirement xmlns="http://symfony.com/schema/routing" key="slug">\w+</requirement>
         <r2:requirement xmlns:r2="http://symfony.com/schema/routing" key="_locale">en|fr|de</r2:requirement>
         <r:option key="compiler_class">RouteCompiler</r:option>
+        <r:default key="page">
+            <r3:int xmlns:r3="http://symfony.com/schema/routing">1</r3:int>
+        </r:default>
     </r:route>
 </r:routes>