diff --git a/src/Commands/DrushCommands.php b/src/Commands/DrushCommands.php index 2d97b129ff..60404b7411 100644 --- a/src/Commands/DrushCommands.php +++ b/src/Commands/DrushCommands.php @@ -112,7 +112,7 @@ public function preHook(CommandData $commandData) } /** - * Persist commandData for use in primary command callback. Used by 'topic' commands. + * Configure Laravel prompts package. */ #[CLI\Hook(type: HookManager::INITIALIZE, target: '*')] public function initHook($input, AnnotationData $annotationData)