Commit 5f356927 authored by Fabien Potencier's avatar Fabien Potencier

fixed typo in the doc

parent e135be82
......@@ -420,7 +420,7 @@ any other routes you might have defined.
If you mount many applications, you might want to avoid the overhead of
loading them all on each request by using the ``LazyApplication`` wrapper::
$blog = new LazyApplication(__DIR__.'/blog.php');
$blog = new Silex\LazyApplication(__DIR__.'/blog.php');
Console
-------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment