mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: add missing $
This commit is contained in:
parent
0d5a26f27d
commit
5ecf70dae5
@ -47,7 +47,7 @@ Namespaces
|
||||
|
||||
The recommended method for organizing your classes is to create one or more namespaces for your
|
||||
application's files. This is most important for any business-logic related classes, entity classes,
|
||||
etc. The ``psr4`` array in the configuration file allows you to map the namespace to the directory
|
||||
etc. The ``$psr4`` array in the configuration file allows you to map the namespace to the directory
|
||||
those classes can be found in:
|
||||
|
||||
.. literalinclude:: autoloader/001.php
|
||||
|
Loading…
x
Reference in New Issue
Block a user