From 0226a90c458ef7e2d82a9c0c55c675c045e52796 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:33:15 -0500 Subject: [PATCH] u --- app/Http/Livewire/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Import.php b/app/Http/Livewire/Import.php index a7fd6da..a66ea08 100644 --- a/app/Http/Livewire/Import.php +++ b/app/Http/Livewire/Import.php @@ -22,7 +22,7 @@ class Import extends Component public function import() { - $data = Excel::import(new UsersImport, $this->photo, 'Xlsx'); + $data = Excel::import(new UsersImport, $this->photo); $this->photo = null; $this->importado = 'true'; // aquĆ­ se puede procesar los datos obtenidos