mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Added deprecated keyword to ensure something is changed for v3.0.0
This commit is contained in:
parent
6860855c71
commit
8fbf05acd4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class DeleteShortUrlException extends DomainException implements ProblemDetailsE
|
|||
use CommonProblemDetailsExceptionTrait;
|
||||
|
||||
private const TITLE = 'Cannot delete short URL';
|
||||
private const TYPE = 'INVALID_SHORTCODE_DELETION'; // FIXME Should be INVALID_SHORT_URL_DELETION
|
||||
private const TYPE = 'INVALID_SHORTCODE_DELETION'; // FIXME Deprecated: Should be INVALID_SHORT_URL_DELETION
|
||||
|
||||
public static function fromVisitsThreshold(int $threshold, string $shortCode): self
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue