Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 4, 2023
1 parent cf7628e commit 54681fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/AboutCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 54681fb

Please sign in to comment.