Deprecated validateUrl option on short URL creation/edition

This commit is contained in:
Alejandro Celaya
2023-01-23 20:30:12 +01:00
parent 06583a0bc1
commit 4ee0032c2a
12 changed files with 23 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ class CreateShortUrlCommand extends Command
'validate-url',
null,
InputOption::VALUE_NONE,
'Forces the long URL to be validated, regardless what is globally configured.',
'[DEPRECATED] Makes the URL to be validated as publicly accessible.',
)
->addOption(
'crawlable',