@@ -7,7 +7,6 @@ |
||
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 |
@@ -1,6 +1,5 @@ |
||
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 |