Commit 0983ea1f authored by sensorario's avatar sensorario

Fixed typo in "Controllers in classes" paragraph

parent bfe26294
......@@ -453,7 +453,7 @@ If you don't want to use anonymous functions, you can also define your
controllers as methods. By using the ``ControllerClass::methodName`` syntax,
you can tell Silex to lazily create the controller object for you::
$app->get('/', 'Igorw\Foo::bar');
$app->get('/', 'Igorw\\Foo::bar');
use Silex\Application;
use Symfony\Component\HttpFoundation\Request;
......
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