mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added missing type hint
This commit is contained in:
parent
86c30ee731
commit
5337eb48e7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ApplicationConfigCustomizer implements ConfigCustomizerInterface
|
|||
. 'have more than a specific amount of visits?'
|
||||
);
|
||||
case self::VISITS_THRESHOLD:
|
||||
return $io->ask(
|
||||
return (int) $io->ask(
|
||||
'What is the amount of visits from which the system will not allow short URLs to be deleted?',
|
||||
15
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue