Removed some unused use statements.

This commit is contained in:
James Cole
2015-03-29 08:20:20 +02:00
parent bfe8b14e49
commit fb3a26510b
3 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
<?php namespace FireflyIII\Providers;
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
use Illuminate\Http\Request;
use Illuminate\Routing\Router;
/**