Skip to content

Commit 3312bca

Browse files
committed
docs: directory separator
1 parent 1891963 commit 3312bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/HTTP/IncomingRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class IncomingRequest extends Request
106106

107107
/**
108108
* The current locale of the application.
109-
* Default value is set in Config\App.php
109+
* Default value is set in app/Config/App.php
110110
*
111111
* @var string
112112
*/
@@ -522,7 +522,7 @@ public function getLocale(): string
522522
}
523523

524524
/**
525-
* Returns the default locale as set in Config\App.php
525+
* Returns the default locale as set in app/Config/App.php
526526
*/
527527
public function getDefaultLocale(): string
528528
{

0 commit comments

Comments
 (0)