Skip to content

Commit 7afb8fd

Browse files
docs(config): add note about Paths class requirements (codeigniter4#9756)
- explain class requirements prior to autoloader instantiation - clarify that Paths class does not extend BaseConfig - see codeigniter4#7702
1 parent 8e35838 commit 7afb8fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin/starter/app/Config/Paths.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
* share a system folder between multiple applications, and more.
1313
*
1414
* All paths are relative to the project's root folder.
15+
*
16+
* NOTE: This class is required prior to Autoloader instantiation,
17+
* and does not extend BaseConfig.
1518
*/
1619
class Paths
1720
{

0 commit comments

Comments
 (0)