Commit d794134c authored by Fabien Potencier's avatar Fabien Potencier

merged branch romainneutron/master (PR #188)

Commits
-------

16a86e06 Connect method does not exist in Silex\Application

Discussion
----------

Documentation fix

Connect method does not exists in providers doc ; but mount exists and this is the one expected in the example
parents ee7a1f1a 16a86e06
......@@ -234,7 +234,7 @@ You can now use this provider as follows::
$app = new Silex\Application();
$app->connect('/blog', new Acme\HelloControllerProvider());
$app->mount('/blog', new Acme\HelloControllerProvider());
In this example, the ``/blog/`` path now references the controller defined in
the provider.
......
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