Completed
Push — master ( 9f0c7a...06d573 )
by Arthur
02:58
created
app/Http/Controllers/MemberInductionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use BB\Repo\UserRepository;
8 8
 use BB\Validators\InductionValidator;
9 9
 use Illuminate\Http\Request;
10
-use BB\Http\Requests;
11 10
 use Michelf\Markdown;
12 11
 
13 12
 class MemberInductionController extends Controller
Please login to merge, or discard this patch.
app/Http/Controllers/ACSController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace BB\Http\Controllers;
2 2
 
3
-use BB\Entities\DetectedDevice;
4 3
 use BB\Repo\ACSNodeRepository;
5 4
 use BB\Validators\ACSValidator;
6 5
 
Please login to merge, or discard this patch.