mirror of
https://github.com/shlinkio/shlink.git
synced 2025-12-10 11:05:50 -06:00
Remove unused method in ApiKeyNotFoundException
This commit is contained in:
parent
933c54e884
commit
db1411d3f8
@ -12,10 +12,4 @@ class ApiKeyNotFoundException extends RuntimeException implements ExceptionInter
|
||||
{
|
||||
return new self(sprintf('API key with name "%s" not found', $name));
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
public static function forKey(string $key): self
|
||||
{
|
||||
return new self(sprintf('API key with key "%s" not found', $key));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user