We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa19f11 commit caf6e23Copy full SHA for caf6e23
system/Router/RouteCollection.php
@@ -117,16 +117,18 @@ class RouteCollection implements RouteCollectionInterface
117
* [
118
* verb => [
119
* routeKey(regex) => [
120
- * 'name' => routeName
121
- * 'handler' => handler,
122
- * 'from' => from,
+ * 'name' => routeName
+ * 'handler' => handler,
+ * 'from' => from,
123
* ],
124
- * // redirect route
125
- * or routeKey(regex)(from) => [
+ * ],
+ * // redirect route
126
+ * '*' => [
127
+ * routeKey(regex)(from) => [
128
* 'name' => routeName
129
* 'handler' => [routeKey(regex)(to) => handler],
130
131
* 'redirect' => statusCode,
132
133
134
* ]
0 commit comments