Skip to content

Commit 2e75b51

Browse files
inoryyweaverryan
authored andcommitted
fixed typo in autoload config for issue symfony#904
1 parent a328def commit 2e75b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ files in the application and to configure the autoloader:
438438

439439
$loader = new Symfony\Component\ClassLoader\UniversalClassLoader();
440440
$loader->registerNamespaces(array(
441-
'Symfony' => __DIR__.'/vendor/symfony/src',
441+
'Symfony' => __DIR__.'/../vendor/symfony/src',
442442
));
443443

444444
$loader->register();

0 commit comments

Comments
 (0)