1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00
This commit is contained in:
Taylor Otwell
2022-04-18 14:44:05 -05:00
parent 3772761881
commit b084a8dfdd

View File

@@ -84,7 +84,7 @@
$helper = $this->getHelperSet()->get('question'); $helper = $this->getHelperSet()->get('question');
$question = new ConfirmationQuestion( $question = new ConfirmationQuestion(
'Using a different tld than the standard supported ".test" tld provided by Valet is not officially supported and may lead to unexpected results. Do you wish to proceed? [y/N]', 'Using a custom TLD is no longer officially supported and may lead to unexpected behavior. Do you wish to proceed? [y/N]',
false false
); );