Skip to content

Commit 03a9337

Browse files
authored
fix: Typo in RedirectException (#9771)
1 parent baf79df commit 03a9337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/HTTP/Exceptions/RedirectException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getResponse(): ResponseInterface
8080

8181
$location = $this->response->getHeaderLine('Location');
8282

83-
service(('logger'))->info(sprintf(
83+
service('logger')->info(sprintf(
8484
'REDIRECTED ROUTE at %s',
8585
$location !== '' ? $location : substr($this->response->getHeaderLine('Refresh'), 6),
8686
));

0 commit comments

Comments
 (0)