mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
fix merge from old repo
This commit is contained in:
@@ -10,7 +10,7 @@ class ServeCommand extends Command
|
|||||||
{
|
{
|
||||||
protected $signature = 'serve {hostname=localhost} {host=0.0.0.0} {--validateAuthTokens} {--port=8080}';
|
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()
|
public function handle()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class ShareCommand extends Command
|
|||||||
{
|
{
|
||||||
protected $signature = 'share {host} {--subdomain=} {--auth=}';
|
protected $signature = 'share {host} {--subdomain=} {--auth=}';
|
||||||
|
|
||||||
protected $description = 'Share a local url with a remote shaft server';
|
protected $description = 'Share a local url with a remote expose server';
|
||||||
|
|
||||||
protected function configureConnectionLogger()
|
protected function configureConnectionLogger()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user