We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5dfe1 commit 1f6f9f3Copy full SHA for 1f6f9f3
user_guide_src/source/incoming/routing/043.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-// First you need to enable sorting.
+// First you need to enable processing of the routes queue by priority.
4
$routes->setPrioritize();
5
6
// Config\Routes
@@ -9,4 +9,4 @@
9
// Modules\Acme\Config\Routes
10
$routes->get('admin', 'Admin::index');
11
12
-// The "admin" route will now be processed before the wildcard router.
+// The "admin" route will now be processed before the wildcard route.
0 commit comments