Commit 1e4d9608 authored by Fabien Potencier's avatar Fabien Potencier

minor #1418 removed obsolete code (fixed in Symfony 2.3.32) (fabpot)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

removed obsolete code (fixed in Symfony 2.3.32)

That was fixed in symfony/symfony#15392 (so before 2.8.0).

Commits
-------

b12cdc49 removed obsolete code (fixed in Symfony 2.3.32)
parents b7b6d95d b12cdc49
......@@ -15,10 +15,8 @@ use Silex\Application;
use Silex\ControllerCollection;
use Silex\Api\ControllerProviderInterface;
use Silex\Route;
use Silex\Provider\MonologServiceProvider;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\Exception\HttpException;
use Symfony\Component\Debug\ErrorHandler;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\StreamedResponse;
use Symfony\Component\HttpKernel\HttpKernelInterface;
......
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