Skip to content

Commit 9402481

Browse files
authored
Merge pull request #7185 from kenjis/docs-config-app-baseurl-comment
docs: remove out-of-dated comment on Config\App::$baseURL
2 parents 80b2e4d + 661c070 commit 9402481

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/Config/App.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@ class App extends BaseConfig
1212
* Base Site URL
1313
* --------------------------------------------------------------------------
1414
*
15-
* URL to your CodeIgniter root. Typically this will be your base URL,
15+
* URL to your CodeIgniter root. Typically, this will be your base URL,
1616
* WITH a trailing slash:
1717
*
1818
* http://example.com/
19-
*
20-
* If this is not set then CodeIgniter will try guess the protocol, domain
21-
* and path to your installation. However, you should always configure this
22-
* explicitly and never rely on auto-guessing, especially in production
23-
* environments.
2419
*/
2520
public string $baseURL = 'http://localhost:8080/';
2621

0 commit comments

Comments
 (0)