mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Remove unused method in ApiKeyNotFoundException
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user