1
0
Fork 0

Merge pull request #902 from ffguru/patch-1

correct path of autoload_namespaces.php
pull/886/merge
Jordi Boggiano 2012-07-13 11:47:35 -07:00
commit 39b8cea28d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ classes to be autoloaded even if they do not conform to PSR-0. See the
[autoload reference](04-schema.md#autoload) for more details.
> **Note:** Composer provides its own autoloader. If you don't want to use
that one, you can just include `vendor/autoload_namespaces.php`,
that one, you can just include `vendor/composer/autoload_namespaces.php`,
which returns an associative array mapping namespaces to directories.
← [Intro](00-intro.md) | [Libraries](02-libraries.md) →