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 d8953ad commit 4259b47Copy full SHA for 4259b47
user_guide_src/source/incoming/routing/071.php
@@ -11,5 +11,5 @@
11
// Retrieve the method name being executed in the controller for the current request.
12
$method = $router->methodName();
13
14
-echo "Current Controller: " . $controller . "<br>";
15
-echo "Current Method: " . $method;
+echo 'Current Controller: ' . $controller . '<br>';
+echo 'Current Method: ' . $method;
0 commit comments