From 8dba83dabf5c0e05f2290277ff9e0b7288874bc2 Mon Sep 17 00:00:00 2001 From: KOHARUDIN Date: Fri, 9 Aug 2024 09:10:35 +0700 Subject: [PATCH] Update Captcha.php - name alredy use --- src/Captcha.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Captcha.php b/src/Captcha.php index e2bdd66..e3ba73f 100644 --- a/src/Captcha.php +++ b/src/Captcha.php @@ -19,7 +19,6 @@ use Illuminate\Hashing\BcryptHasher as Hasher; use Illuminate\Filesystem\Filesystem; use Illuminate\Http\File; -use Illuminate\Http\Response; use Illuminate\Support\Str; use Intervention\Image\Gd\Font; use Intervention\Image\Geometry\Factories\LineFactory;