This commit is contained in:
Marcel Pociot
2020-06-14 22:19:42 +02:00
parent 59f7d32efd
commit 8cda0a62ee
4 changed files with 4 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ class ServeCommand extends Command
{
protected $signature = 'serve {hostname=localhost} {host=0.0.0.0} {--validateAuthTokens} {--port=8080}';
protected $description = 'Start the shaft server';
protected $description = 'Start the expose server';
public function handle()
{