Skip to content

Commit cdc3803

Browse files
committed
Modify the question
1 parent 8554f7b commit cdc3803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/OptionalPackages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function __construct(IOInterface $io, Composer $composer, string $project
122122

123123
public function installHyperfScript()
124124
{
125-
$ask[] = "\n <question>Your time zone is ?</question>\n";
125+
$ask[] = "\n <question>What time zone do you want to setup ?</question>\n";
126126
$ask[] = " [<comment>n</comment>] Default time zone for php.ini\n";
127127
$ask[] = "Make your selection or type a time zone name, like Asia/Shanghai (n):\n";
128128
$answer = $this->io->ask(implode('', $ask), 'n');

0 commit comments

Comments
 (0)