Deleted deprecated constant

This commit is contained in:
Alejandro Celaya
2019-01-29 13:20:46 +01:00
parent ea1b285d52
commit 5756609531
4 changed files with 9 additions and 11 deletions

View File

@@ -29,8 +29,6 @@ class UrlShortener implements UrlShortenerInterface
{
use TagManagerTrait;
/** @deprecated */
public const DEFAULT_CHARS = UrlShortenerOptions::DEFAULT_CHARS;
private const ID_INCREMENT = 200000;
/** @var ClientInterface */