Skip to content

Commit 9c2c185

Browse files
authored
Update InteractsWithServers.php (#671)
Use getHost()
1 parent 7fecb1d commit 9c2c185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Concerns/InteractsWithServers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function writeServerRunningMessage()
100100

101101
$this->output->writeln([
102102
'',
103-
' Local: <fg=white;options=bold>http://'.$this->option('host').':'.$this->getPort().' </>',
103+
' Local: <fg=white;options=bold>http://'.$this->getHost().':'.$this->getPort().' </>',
104104
'',
105105
' <fg=yellow>Press Ctrl+C to stop the server</>',
106106
'',

0 commit comments

Comments
 (0)