We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d91da7 commit 797e2b6Copy full SHA for 797e2b6
src/Commands/ClearSettings.php
@@ -13,7 +13,7 @@ class ClearSettings extends BaseCommand
13
14
public function run(array $params)
15
{
16
- if (CLI::prompt('This will delete all settings from the database. Are you sure you want to continue?', ['y', 'n'], 'required') === 'y') {
+ if (CLI::prompt('This will delete all settings from the database. Are you sure you want to continue?', ['y', 'n'], 'required') !== 'y') {
17
return;
18
}
19
0 commit comments