From 192e5d392af0e0a07d68c2ba0958a6c13f91f976 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 10 Sep 2020 13:16:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Http/Controllers/Inertia/UserProfileController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Http/Controllers/Inertia/UserProfileController.php b/src/Http/Controllers/Inertia/UserProfileController.php index e9b729042..7cbe40bc7 100644 --- a/src/Http/Controllers/Inertia/UserProfileController.php +++ b/src/Http/Controllers/Inertia/UserProfileController.php @@ -6,7 +6,6 @@ use Illuminate\Routing\Controller; use Illuminate\Support\Carbon; use Illuminate\Support\Facades\DB; -use Inertia\Inertia; use Jenssegers\Agent\Agent; use Laravel\Jetstream\Jetstream;