diff --git a/src/Http/Controllers/HealthCheckJsonResultsController.php b/src/Http/Controllers/HealthCheckJsonResultsController.php index b7e74115..de029dc7 100644 --- a/src/Http/Controllers/HealthCheckJsonResultsController.php +++ b/src/Http/Controllers/HealthCheckJsonResultsController.php @@ -2,10 +2,8 @@ namespace Spatie\Health\Http\Controllers; -use Illuminate\Http\JsonResponse; use Illuminate\Http\Request; use Illuminate\Http\Response; -use Illuminate\View\View; use Spatie\Health\ResultStores\ResultStore; class HealthCheckJsonResultsController diff --git a/tests/Http/Controllers/HealthCheckJsonResultsControllerTest.php b/tests/Http/Controllers/HealthCheckJsonResultsControllerTest.php index 30ff436b..7565ed85 100644 --- a/tests/Http/Controllers/HealthCheckJsonResultsControllerTest.php +++ b/tests/Http/Controllers/HealthCheckJsonResultsControllerTest.php @@ -1,12 +1,12 @@