Completed
Pull Request — master (#96)
by
unknown
05:29
created
app/Http/Controllers/DashboardController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use Illuminate\Support\Facades\Auth;
6 5
 use Illuminate\Http\Request;
7
-use Validator;
8 6
 use App\Device;
9 7
 use App\Site;
10 8
 use App\Location;
11
-use Illuminate\Support\HtmlString;
12 9
 
13 10
 class DashboardController extends Controller
14 11
 {
Please login to merge, or discard this patch.