diff --git a/src/Commands/config/ConfigCommands.php b/src/Commands/config/ConfigCommands.php index b2aee0e2cc..a2830f7cf6 100644 --- a/src/Commands/config/ConfigCommands.php +++ b/src/Commands/config/ConfigCommands.php @@ -443,6 +443,7 @@ public function configComplete(CompletionInput $input, CompletionSuggestions $su } } + #[Deprecated('Use CLI/InteractConfigName Attribute instead')] #[CLI\Hook(type: HookManager::INTERACT, selector: self::INTERACT_CONFIG_NAME)] public function interactConfigName($input, $output): void {