Skip to content

Commit

Permalink
style: run cs-fix for happy code style
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Aug 17, 2024
1 parent d8953ad commit 4259b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/incoming/routing/071.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
// Retrieve the method name being executed in the controller for the current request.
$method = $router->methodName();

echo "Current Controller: " . $controller . "<br>";
echo "Current Method: " . $method;
echo 'Current Controller: ' . $controller . '<br>';
echo 'Current Method: ' . $method;

0 comments on commit 4259b47

Please sign in to comment.