From b4a6499c8305e287a0a4feebc01a0e3ff2f95ca1 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 6 Nov 2023 10:58:00 +0100 Subject: [PATCH] fix: port number should be int --- app/Http/Livewire/Project/New/GithubPrivateRepository.php | 1 - resources/views/livewire/source/github/create.blade.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Livewire/Project/New/GithubPrivateRepository.php b/app/Http/Livewire/Project/New/GithubPrivateRepository.php index 9cf0ee11c..91e9a806a 100644 --- a/app/Http/Livewire/Project/New/GithubPrivateRepository.php +++ b/app/Http/Livewire/Project/New/GithubPrivateRepository.php @@ -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 { diff --git a/resources/views/livewire/source/github/create.blade.php b/resources/views/livewire/source/github/create.blade.php index 4d267a2c2..57897ce27 100644 --- a/resources/views/livewire/source/github/create.blade.php +++ b/resources/views/livewire/source/github/create.blade.php @@ -12,7 +12,7 @@
- +
@if (!isCloud())