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;