mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Typo in user_guide
This commit is contained in:
parent
4d8b6e1361
commit
db2ebc461a
@ -29,7 +29,7 @@ directory in the main project root::
|
||||
/tests
|
||||
/writable
|
||||
|
||||
Open **/application\Config\Autoload.php** and add the **Acme** namespace to the ``psr4`` array property::
|
||||
Open **application/Config/Autoload.php** and add the **Acme** namespace to the ``psr4`` array property::
|
||||
|
||||
public $psr4 = [
|
||||
'Acme' => ROOTPATH.'acme'
|
||||
|
Loading…
x
Reference in New Issue
Block a user