Completed
Push — master ( 563a7d...907f98 )
by
unknown
27s
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
 use Carbon\Carbon;
15 13
 
16 14
 class ApiController extends Controller
Please login to merge, or discard this patch.
app/Http/Controllers/DashboardController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Support\Facades\Auth;
6 6
 use Illuminate\Http\Request;
7
-use Validator;
8 7
 use App\Device;
9 8
 use App\Site;
10 9
 use App\Location;
Please login to merge, or discard this patch.