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 8c6fb5f commit 0f3e8efCopy full SHA for 0f3e8ef
system/HTTP/Exceptions/RedirectException.php
@@ -80,7 +80,7 @@ public function getResponse(): ResponseInterface
80
81
$location = $this->response->getHeaderLine('Location');
82
83
- service(('logger'))->info(sprintf(
+ service('logger')->info(sprintf(
84
'REDIRECTED ROUTE at %s',
85
$location !== '' ? $location : substr($this->response->getHeaderLine('Refresh'), 6),
86
));
0 commit comments