File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 * can find the files as needed.
1414 *
1515 * NOTE: If you use an identical key in $psr4 or $classmap, then
16- * the values in this file will overwrite the framework's values.
16+ * the values in this file will overwrite the framework's values.
17+ *
18+ * NOTE: This class is required prior to Autoloader instantiation,
19+ * and does not extend BaseConfig.
1720 */
1821class Autoload extends AutoloadConfig
1922{
Original file line number Diff line number Diff line change 44
55use CodeIgniter \Modules \Modules as BaseModules ;
66
7+ /**
8+ * Modules Configuration.
9+ *
10+ * NOTE: This class is required prior to Autoloader instantiation.
11+ */
712class Modules extends BaseModules
813{
914 /**
Original file line number Diff line number Diff line change 1313 *
1414 * All paths are relative to the project's root folder.
1515 *
16+ * NOTE: This class is required prior to Autoloader instantiation,
17+ * and does not extend BaseConfig.
18+ *
1619 * @immutable
1720 */
1821class Paths
You can’t perform that action at this time.
0 commit comments