We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21aaa1 commit e2f18bcCopy full SHA for e2f18bc
1 file changed
user_guide_src/source/concepts/http/001.php
@@ -4,7 +4,7 @@
4
5
$request = service('request');
6
7
-// the URI being requested (i.e., /about)
+// the URI path being requested (i.e., /about)
8
$request->getUri()->getPath();
9
10
// Retrieve $_GET and $_POST variables
0 commit comments