Deprecated previews generation

This commit is contained in:
Alejandro Celaya
2019-08-09 18:12:33 +02:00
parent c17c4c1319
commit b7cc460844
10 changed files with 39 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ use Shlinkio\Shlink\Core\Exception\EntityDoesNotExistException;
use Shlinkio\Shlink\Core\Exception\InvalidShortCodeException;
use Shlinkio\Shlink\Core\Service\UrlShortenerInterface;
/** @deprecated */
class PreviewAction implements MiddlewareInterface
{
use ResponseUtilsTrait;