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;