Skip to content

Commit

Permalink
command "php"
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 5, 2017
1 parent 8a825cc commit 1690434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handler/LoggingFactory.php
Expand Up @@ -19,7 +19,7 @@ public function __invoke($container)
} else {
$serverUrl = php_uname('n');
$request = new ConsoleRequest();
$requestUri = '$ ' . $request->getScriptName() . ' ' . $request->toString();
$requestUri = '$ php ' . $request->getScriptName() . ' ' . $request->toString();
}

$config = $container->get('config');
Expand Down

0 comments on commit 1690434

Please sign in to comment.