Completed
Pull Request — master (#82)
by Brandon
02:15
created
app/Http/Controllers/ApiController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 use App\User;
10 10
 use App\Sensor;
11 11
 use App\SensorData;
12
-use Illuminate\Support\Facades\Cache;
13
-use Illuminate\Support\Facades\Storage;
14 12
 
15 13
 class ApiController extends Controller
16 14
 {
Please login to merge, or discard this patch.
app/DataTables/DevicesDataTable.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\DataTables;
4 4
 
5 5
 use App\Device;
6
-use App\Site;
7 6
 use Yajra\DataTables\Services\DataTable;
8 7
 
9 8
 class DevicesDataTable extends DataTable
Please login to merge, or discard this patch.
app/Http/Controllers/SensorController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Sensor;
6 6
 use App\DataTables\SensorDataTable;
7 7
 use Illuminate\Http\Request;
8
-use Validator;
9 8
 
10 9
 class SensorController extends Controller 
11 10
 {
Please login to merge, or discard this patch.