Completed
Push — master ( 55f4d0...97c563 )
by PROSPER
03:11
created
app/Http/Controllers/FacebookController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,15 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use Illuminate\Http\Request;
6
-
7
-use App\Http\Requests;
8 5
 use App\Http\Controllers\Controller;
9 6
 use Facebook;
10
-use App\User;
11 7
 use Auth;
12 8
 use Session;
13
-use Illuminate\Support\Collection;
14 9
 
15 10
 class FacebookController extends Controller
16 11
 {
Please login to merge, or discard this patch.