Add PHP 8 compatible build

This commit is contained in:
Marcel Pociot
2021-01-14 13:23:45 +01:00
parent 2934731c7a
commit 986428fe00
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ namespace App\Commands;
class ShareCurrentWorkingDirectoryCommand extends ShareCommand class ShareCurrentWorkingDirectoryCommand extends ShareCommand
{ {
protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=}'; protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--server-host=} {--server-port=}';
public function handle() public function handle()
{ {

Binary file not shown.

View File

@@ -26,7 +26,7 @@ return [
| |
*/ */
'version' => '1.3.0', 'version' => '1.5.0',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------