Skip to content

Commit 1d13a3e

Browse files
committed
Showing that the server is a dredd one
1 parent dd4b1f4 commit 1d13a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Serve.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function fire()
3434
{
3535
chdir($this->laravel->publicPath());
3636

37-
$this->line("<info>Laravel development server started:</info> <http://{$this->host()}:{$this->port()}>");
37+
$this->line("<info>Laravel dredd testing server started:</info> <http://{$this->host()}:{$this->port()}>");
3838

3939
passthru($this->serverCommand());
4040
}

0 commit comments

Comments
 (0)