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 fbff5a2 commit f22139bCopy full SHA for f22139b
system/Router/RouteCollection.php
@@ -150,7 +150,7 @@ class RouteCollection implements RouteCollectionInterface
150
/**
151
* The current method that the script is being called by.
152
*
153
- * @var string HTTP verb (lower case) or `*`
+ * @var string HTTP verb (lower case) like `get`,`post` or `*`
154
*/
155
protected $HTTPVerb = '*';
156
0 commit comments