Skip to content

Commit 87eaa98

Browse files
committed
docs: add missing $prioritize
1 parent 4609ed7 commit 87eaa98

File tree

1 file changed

+8
-0
lines changed
  • user_guide_src/source/incoming/routing

1 file changed

+8
-0
lines changed

user_guide_src/source/incoming/routing/052.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?php
22

3+
// In app/Config/Routing.php
4+
class Routing extends BaseRouting
5+
{
6+
// ...
7+
public bool $prioritize = true;
8+
// ...
9+
}
10+
311
// to enable
412
$routes->setPrioritize();
513

0 commit comments

Comments
 (0)