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 8aa7a0a commit 02b0ac8Copy full SHA for 02b0ac8
app/Config/Routing.php
@@ -108,7 +108,7 @@ class Routing extends BaseRouting
108
* 'blog' => 'Acme\Blog\Controllers',
109
* ]
110
*
111
- * @var array<string, string> [ uri_segment => namespace ]
+ * @var array<string, string>
112
*/
113
public array $moduleRoutes = [];
114
}
system/Config/Routing.php
@@ -106,7 +106,7 @@ class Routing extends BaseConfig
106
107
0 commit comments