diff --git a/system/HTTP/IncomingRequest.php b/system/HTTP/IncomingRequest.php index 947f5cc4c668..0ce55f789abc 100755 --- a/system/HTTP/IncomingRequest.php +++ b/system/HTTP/IncomingRequest.php @@ -106,7 +106,7 @@ class IncomingRequest extends Request /** * The current locale of the application. - * Default value is set in Config\App.php + * Default value is set in app/Config/App.php * * @var string */ @@ -522,7 +522,7 @@ public function getLocale(): string } /** - * Returns the default locale as set in Config\App.php + * Returns the default locale as set in app/Config/App.php */ public function getDefaultLocale(): string {