Completed
Branch master (f8c427)
by Ben
05:51
created
src/Http/Controllers/TermsController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Http\Request;
6 6
 use Illuminate\Routing\Controller;
7
-use Nowendwell\LaravelTerms\Models\Term;
8 7
 use Nowendwell\LaravelTerms\Events\AgreedToTerms;
8
+use Nowendwell\LaravelTerms\Models\Term;
9 9
 
10 10
 class TermsController extends Controller
11 11
 {
Please login to merge, or discard this patch.
src/Http/Middleware/AcceptedTerms.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 Closure;
6 6
 use Illuminate\Http\Request;
7
-use Illuminate\Http\Response;
8 7
 
9 8
 class AcceptedTerms
10 9
 {
Please login to merge, or discard this patch.