This commit is contained in:
Marcel Pociot
2020-04-14 22:41:46 +02:00
parent 87d254db63
commit e49708b290
2 changed files with 6 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ class ShareCommand extends Command
{
(new Factory())
->setLoop(app(LoopInterface::class))
//->setHost('beyond.sh')
//->setPort(8080)
->createClient($this->argument('host'), explode(',', $this->option('subdomain')))
->createHttpServer()
->run();