Commit b8ccb960 authored by Fabien Potencier's avatar Fabien Potencier

merged branch edorian/patch-1 (PR #554)

This PR was merged into the master branch.

Commits
-------

412c6d77 Removed unused use statement from the sample code

Discussion
----------

Removed unused use statement from the sample code

The sample code changed to not need the ControllerCollection anyone but the use statement was left in.

---------------------------------------------------------------------------

by igorw at 2012-11-26T02:35:33Z

👍
parents 7e5e1f88 412c6d77
...@@ -166,7 +166,6 @@ Here is an example of such a provider:: ...@@ -166,7 +166,6 @@ Here is an example of such a provider::
use Silex\Application; use Silex\Application;
use Silex\ControllerProviderInterface; use Silex\ControllerProviderInterface;
use Silex\ControllerCollection;
class HelloControllerProvider implements ControllerProviderInterface class HelloControllerProvider implements ControllerProviderInterface
{ {
......
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