Skip to content

Commit 1639f88

Browse files
committed
refactor: Replaced config(App::class) with $this->appConfig inside the SiteURIFactory
1 parent f60db2c commit 1639f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/HTTP/SiteURIFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function detectRoutePath(string $protocol = ''): string
111111
*/
112112
private function parseRequestURI(): string
113113
{
114-
$appConfig = config(App::class);
114+
$appConfig = $this->appConfig;
115115
$baseUrl = $appConfig->baseURL;
116116
$indexPage = $appConfig->indexPage;
117117
$baseUri = false;

0 commit comments

Comments
 (0)