Commit 16a86e06 authored by Alchemy's avatar Alchemy

Connect method does not exist in Silex\Application

parent b4fd8856
......@@ -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