From d80549584a70ab22e4b12403790d4dfd657478ab Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 19 Aug 2019 16:03:51 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Http/Controllers/WebhookController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Http/Controllers/WebhookController.php b/src/Http/Controllers/WebhookController.php index ecd43858..9ee82054 100644 --- a/src/Http/Controllers/WebhookController.php +++ b/src/Http/Controllers/WebhookController.php @@ -4,7 +4,6 @@ use Illuminate\Support\Str; use Illuminate\Http\Request; -use Laravel\Cashier\Cashier; use Laravel\Cashier\Payment; use Illuminate\Support\Carbon; use Laravel\Cashier\Subscription;