Completed
Push — master ( 907be4...4d46ed )
by Arthur
05:36
created
app/Http/Controllers/AccountController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use BB\Events\MemberGivenTrustedStatus;
7 7
 use BB\Events\MemberPhotoWasDeclined;
8 8
 use BB\Exceptions\ValidationException;
9
-use BB\Validators\InductionValidator;
10 9
 
11 10
 class AccountController extends Controller
12 11
 {
Please login to merge, or discard this patch.
app/Http/Controllers/MemberInductionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Illuminate\Contracts\Validation\UnauthorizedException;
7 7
 use Illuminate\Http\Request;
8 8
 use Auth;
9
-use BB\Http\Requests;
10 9
 
11 10
 
12 11
 class NotificationController extends Controller
Please login to merge, or discard this patch.