From d88d789f9a9c0e81db33eb6af688d3bf8614c340 Mon Sep 17 00:00:00 2001 From: Dennis Benkert Date: Sun, 20 Feb 2011 13:39:08 +0100 Subject: [PATCH] changed outdated path of autoload.php --- quick_tour/the_architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();