File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,9 @@ the **Modules** config file, described above.
153
153
.. note :: Since the files are being included into the current scope, the ``$routes`` instance is already defined for you.
154
154
It will cause errors if you attempt to redefine that class.
155
155
156
+ When working with modules, it can be a problem if the routes in the application contain wildcards.
157
+ In that case, see :ref: `routing-priority `.
158
+
156
159
Filters
157
160
=======
158
161
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ be used when the first parameter is a language string::
456
456
// Creates:
457
457
$routes['users/(:num)'] = 'users/show/$2';
458
458
459
- .. _ priority :
459
+ .. _ routing-priority :
460
460
461
461
Route processing queue
462
462
----------------------
@@ -590,7 +590,7 @@ Route processing by priority
590
590
591
591
Enables or disables processing of the routes queue by priority. Lowering the priority is defined in the route option.
592
592
Disabled by default. This functionality affects all routes.
593
- For an example of use lowering the priority see :ref: `priority `::
593
+ For an example of use lowering the priority see :ref: `routing- priority `::
594
594
595
595
// to enable
596
596
$routes->setPrioritize();
You can’t perform that action at this time.
0 commit comments