Refactored global validations into their own proper namespaces

This commit is contained in:
Alejandro Celaya
2022-09-23 18:30:07 +02:00
parent 3ad8be175c
commit 56f953ab2f
17 changed files with 17 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Shlinkio\Shlink\Core\Validation\ShortUrlInputFilter;
use Shlinkio\Shlink\Core\ShortUrl\Model\Validation\ShortUrlInputFilter;
class DefaultShortCodesLengthMiddleware implements MiddlewareInterface
{