From 7cce99b404f7deefa28916c57c15c3394af969c1 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 30 Sep 2023 19:57:47 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/CaptchaTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CaptchaTest.php b/tests/CaptchaTest.php index c6e22e2..8bc7f9d 100644 --- a/tests/CaptchaTest.php +++ b/tests/CaptchaTest.php @@ -5,7 +5,6 @@ use Rahul900day\Captcha\Drivers\HCaptcha; use Rahul900day\Captcha\Drivers\ReCaptcha; use Rahul900day\Captcha\Drivers\TurnstileCaptcha; -use Rahul900day\Captcha\Exceptions\InvalidCaptchaDriverException; use Rahul900day\Captcha\Facades\Captcha; use Rahul900day\Captcha\Rules\Captcha as CaptchaRule;