We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e431447 commit 062e8d5Copy full SHA for 062e8d5
1 file changed
user_guide_src/source/incoming/routing/008.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-$routes->get('product/(:any)', 'Catalog::productLookup');
+$routes->get('product/(:segment)', 'Catalog::productLookup');
0 commit comments