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 baf79df commit 03a9337Copy full SHA for 03a9337
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