From 54681fba6f4c03cf775e27d35906e7b2360ceb47 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 4 Aug 2023 08:56:41 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- src/Illuminate/Foundation/Console/AboutCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Console/AboutCommand.php b/src/Illuminate/Foundation/Console/AboutCommand.php index c291a05b3c41..c3a454ab144a 100644 --- a/src/Illuminate/Foundation/Console/AboutCommand.php +++ b/src/Illuminate/Foundation/Console/AboutCommand.php @@ -266,7 +266,7 @@ protected function sections() * @param string $value * @return string */ - protected function toSearchKeyword(string $value): string + protected function toSearchKeyword(string $value) { return (string) Str::of($value)->lower()->snake(); }