Skip to content

Commit

Permalink
Remove some unused class imports
Browse files Browse the repository at this point in the history
  • Loading branch information
symm committed Oct 6, 2016
1 parent 35942f9 commit 48a79af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* file that was distributed with this source code.
*/

use Igorw\Silex\ConfigServiceProvider;
use Predis\Client;
use Qandidate\Toggle\Serializer\OperatorConditionSerializer;
use Qandidate\Toggle\Serializer\OperatorSerializer;
use Qandidate\Toggle\Serializer\ToggleSerializer;
Expand All @@ -19,7 +17,6 @@
use Silex\Application;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\RedirectResponse;

$app = new Application();

Expand Down

0 comments on commit 48a79af

Please sign in to comment.