fix: port number should be int

This commit is contained in:
Andras Bacsai
2023-11-06 10:58:00 +01:00
parent c083acaeef
commit b4a6499c83
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ use App\Traits\SaveFromRedirect;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Route;
use Livewire\Component;
use Spatie\Url\Url;
class GithubPrivateRepository extends Component
{