diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index 296e24d25f9..b3ee1967fec 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -67,7 +67,7 @@ understand the flexibility of the framework. PHP autoloading can be configured via ``autoload.php``:: - // src/autoload.php + // app/autoload.php use Symfony\Component\ClassLoader\UniversalClassLoader; $loader = new UniversalClassLoader();