From a16f62a7467c6a4bfe6202d1f3f816ca85d6801e Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 25 Apr 2024 16:18:21 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Providers/ShortURLProvider.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Providers/ShortURLProvider.php b/src/Providers/ShortURLProvider.php index 7385190..9ff60d9 100644 --- a/src/Providers/ShortURLProvider.php +++ b/src/Providers/ShortURLProvider.php @@ -3,7 +3,6 @@ namespace AshAllenDesign\ShortURL\Providers; use AshAllenDesign\ShortURL\Classes\Builder; -use AshAllenDesign\ShortURL\Classes\UserAgent\ParserPhpDriver; use AshAllenDesign\ShortURL\Classes\Validation; use AshAllenDesign\ShortURL\Exceptions\ValidationException; use AshAllenDesign\ShortURL\Interfaces\UserAgentDriver;