We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fecb1d commit 9c2c185Copy full SHA for 9c2c185
src/Commands/Concerns/InteractsWithServers.php
@@ -100,7 +100,7 @@ protected function writeServerRunningMessage()
100
101
$this->output->writeln([
102
'',
103
- ' Local: <fg=white;options=bold>http://'.$this->option('host').':'.$this->getPort().' </>',
+ ' Local: <fg=white;options=bold>http://'.$this->getHost().':'.$this->getPort().' </>',
104
105
' <fg=yellow>Press Ctrl+C to stop the server</>',
106
0 commit comments