1
0
Fork 0

correct path of autoload_namespaces.php

pull/902/head
ffguru 2012-07-13 21:45:32 +03:00
parent 302948db3e
commit daea0c76cc
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) →