Completed
Push — master ( 9132f3...79de4d )
by Julien
04:02
created
app/Http/Controllers/MainController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use App\Http\Models\User;
9 9
 use Illuminate\Http\Request;
10 10
 use Illuminate\Support\Facades\Validator;
11
-use Netshell\Paypal\Facades\Paypal;
12 11
 
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
app/Console/Commands/Twitter.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 App\Http\Models\Stats;
6 6
 use App\Http\Models\Tweets;
7
-
8 7
 use Illuminate\Console\Command;
9 8
 use Illuminate\Support\Facades\DB;
10 9
 
Please login to merge, or discard this patch.