pre-release changes

This commit is contained in:
Raul Predescu
2020-06-14 14:36:59 -07:00
parent 8cda0a62ee
commit 23c4543773
12 changed files with 213 additions and 36 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 expose server';
protected $description = 'Start the shaft server';
public function handle()
{