This commit is contained in:
Lizandro Guarnizo
2024-03-11 16:44:43 -05:00
parent ee3e01d8b9
commit 9df80142f2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -4,9 +4,11 @@ namespace App\Http\Livewire;
use App\Models\Log_general;
use Livewire\Component;
use Livewire\WithPagination;
class ShowLogGeneral extends Component
{
use WithPagination;
public $entradas;
public $buscar;