Completed
Push — master ( 540322...4a8ccb )
by PROSPER
09:39 queued 10s
created
app/Http/Controllers/ClockworkController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use App\Http\Requests;
7 6
 use MJErwin\Clockwork\ClockworkClient;
8 7
 use MJErwin\Clockwork\Message;
9 8
 
Please login to merge, or discard this patch.
app/Http/Controllers/NytController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use GuzzleHttp\Client;
6
-use App\Http\Requests;
7 6
 
8 7
 class NytController extends Controller
9 8
 {
Please login to merge, or discard this patch.
app/Http/Controllers/OauthController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Http\Request;
6 6
 use App\User;
7
-use App\Http\Requests;
8 7
 use Illuminate\Contracts\Auth\Guard;
9 8
 use Laravel\Socialite\Contracts\Factory as Socialite;
10 9
 use Session;
Please login to merge, or discard this patch.
app/Http/Controllers/WebScrapingController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use App\Http\Requests;
6 5
 use Goutte\Client;
7 6
 
8 7
 class WebScrapingController extends Controller
Please login to merge, or discard this patch.
app/Http/Controllers/YahooController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use GuzzleHttp\Client;
6
-use App\Http\Requests;
7 6
 
8 7
 class YahooController extends Controller
9 8
 {
Please login to merge, or discard this patch.