Skip to content

Commit 1328252

Browse files
committed
docs: update description
1 parent 5aecfd1 commit 1328252

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

user_guide_src/source/concepts/autoloader.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,14 @@ The key of each row is the name of the class that you want to locate. The value
9090
Composer Support
9191
****************
9292

93-
Composer support is automatically initialized by default. By default, it looks for Composer's autoload file at
93+
Composer support is automatically initialized by default.
94+
95+
By default, it looks for Composer's autoload file at
9496
``ROOTPATH . 'vendor/autoload.php'``. If you need to change the location of that file for any reason, you can modify
9597
the value defined in **app/Config/Constants.php**.
9698

97-
.. note:: If the same namespace is defined in both CodeIgniter and Composer, CodeIgniter's autoloader will be
99+
If the same namespace is defined in both CodeIgniter and Composer, Composer's
100+
autoloader will be the first one to get a chance to locate the file.
101+
102+
.. note:: Prior to v4.5.0, if the same namespace was defined in both CodeIgniter and Composer, CodeIgniter's autoloader was
98103
the first one to get a chance to locate the file.

0 commit comments

Comments
 (0)