Skip to content

Commit 533bb0f

Browse files
author
Erik Porsche
committed
adding with pagination
1 parent 151f18e commit 533bb0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Http/Livewire/Absence.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Livewire\Component;
88
use Carbon\CarbonPeriod;
99
use App\Models\AbsenceType;
10+
use Livewire\WithPagination;
1011
use App\Contracts\AddsAbsences;
1112
use App\Formatter\DateFormatter;
1213
use App\Contracts\RemovesAbsence;
@@ -16,6 +17,8 @@
1617

1718
class Absence extends Component
1819
{
20+
use WithPagination;
21+
1922
public $absenceModal = false;
2023

2124
public $confirmingAbsenceRemoval = false;

0 commit comments

Comments
 (0)