Commit 412c6d77 authored by Volker Dusch's avatar Volker Dusch

Removed unused use statement from the sample code

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