Update example to use psr-4 namespace adding, fixes #6145
parent
24f330eef4
commit
b3fe9fa1a5
|
@ -193,7 +193,7 @@ This can be useful for autoloading classes in a test suite, for example.
|
|||
|
||||
```php
|
||||
$loader = require __DIR__ . '/vendor/autoload.php';
|
||||
$loader->add('Acme\\Test\\', __DIR__);
|
||||
$loader->addPsr4('Acme\\Test\\', __DIR__);
|
||||
```
|
||||
|
||||
In addition to PSR-4 autoloading, Composer also supports PSR-0, classmap and
|
||||
|
|
Loading…
Reference in New Issue