From eb9a964c668402a54e5a0b354f85e05fc7271df5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 3 May 2018 13:34:13 +0200 Subject: [PATCH] Removed unused use statement --- .../src/Action/ShortCode/SingleStepCreateShortCodeAction.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/Rest/src/Action/ShortCode/SingleStepCreateShortCodeAction.php b/module/Rest/src/Action/ShortCode/SingleStepCreateShortCodeAction.php index 56d81c9a..99c8af17 100644 --- a/module/Rest/src/Action/ShortCode/SingleStepCreateShortCodeAction.php +++ b/module/Rest/src/Action/ShortCode/SingleStepCreateShortCodeAction.php @@ -6,7 +6,6 @@ namespace Shlinkio\Shlink\Rest\Action\ShortCode; use Psr\Http\Message\ServerRequestInterface as Request; use Psr\Log\LoggerInterface; use Shlinkio\Shlink\Core\Exception\InvalidArgumentException; -use Shlinkio\Shlink\Core\Exception\ValidationException; use Shlinkio\Shlink\Core\Model\CreateShortCodeData; use Shlinkio\Shlink\Core\Service\UrlShortenerInterface; use Shlinkio\Shlink\Rest\Service\ApiKeyServiceInterface;