mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Implement command to manage redirect rules for a short URL
This commit is contained in:
@@ -124,6 +124,9 @@ class ShortUrlInputFilter extends InputFilter
|
||||
$this->add($apiKeyInput);
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo Extract to its own validator class
|
||||
*/
|
||||
public static function longUrlValidators(bool $allowNull = false): Validator\ValidatorChain
|
||||
{
|
||||
$emptyModifiers = [
|
||||
|
||||
Reference in New Issue
Block a user