Skip to content

Commit fb3d530

Browse files
committed
docs: fix section title marks
1 parent d8e4de2 commit fb3d530

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user_guide_src/source/concepts/autoloader.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classes that your project is using. Keeping track of where every single file is,
1313
hard-coding that location into your files in a series of ``requires()`` is a massive
1414
headache and very error-prone. That's where autoloaders come in.
1515

16+
***********************
1617
CodeIgniter4 Autoloader
1718
***********************
1819

@@ -36,6 +37,7 @@ beginning of the framework's execution.
3637
file name case is incorrect, the autoloader cannot find the file on the
3738
server.
3839

40+
*************
3941
Configuration
4042
*************
4143

@@ -97,6 +99,7 @@ third-party libraries that are not namespaced:
9799

98100
The key of each row is the name of the class that you want to locate. The value is the path to locate it at.
99101

102+
****************
100103
Composer Support
101104
****************
102105

0 commit comments

Comments
 (0)