From 2a7b92ca94bb5accae0cf3664ae9b23f4b81847d Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 7 Dec 2022 20:40:57 -0500 Subject: [PATCH] Minor Correction --- src/ncc/Utilities/Console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncc/Utilities/Console.php b/src/ncc/Utilities/Console.php index 4323bd0..c492611 100644 --- a/src/ncc/Utilities/Console.php +++ b/src/ncc/Utilities/Console.php @@ -441,7 +441,7 @@ if(!ncc::cliMode()) return null; - Console::outWarning('passwordInput() is not properly implemented yet, defaulting to prompt'); + // passwordInput() is not properly implemented yet, defaulting to prompt return self::getInput($prompt); /**