Completed
Pull Request — master (#96)
by
unknown
05:29
created
app/Http/Controllers/LocationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use Illuminate\Http\Request;
6 5
 use App\DataTables\LocationDataTable;
7 6
 use App\Location;
8 7
 use App\Site;
Please login to merge, or discard this patch.
app/Http/Requests/EditDevice.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Requests;
4 4
 
5 5
 use Illuminate\Foundation\Http\FormRequest;
6
-use App\Http\Requests\Request;
7 6
 use Illuminate\Support\Facades\Auth;
8 7
 
9 8
 class EditDevice extends FormRequest
Please login to merge, or discard this patch.
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.