update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user