From dc902e7a5a1dbd573042e12d7e121bba1d3f521c Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 22 Feb 2024 18:30:23 +0000 Subject: [PATCH] Fixed return type Signed-off-by: snipe --- app/Http/Livewire/Importer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Livewire/Importer.php b/app/Http/Livewire/Importer.php index 5dce836474..7c908f1b6d 100644 --- a/app/Http/Livewire/Importer.php +++ b/app/Http/Livewire/Importer.php @@ -3,7 +3,6 @@ namespace App\Http\Livewire; use App\Models\CustomField; -use Illuminate\Http\JsonResponse; use Livewire\Component; use App\Models\Import; @@ -64,7 +63,7 @@ class Importer extends Component * This is used in resources/views/livewire/importer.blade.php, and we kinda shouldn't need to check for * activeFile here, but there's some UI goofiness that allows this to crash out on some imports. * - * @return JsonResponse + * @return string */ public function generate_field_map() {