remove: dead code

This commit is contained in:
HDVinnie
2024-03-04 16:21:58 -05:00
parent 990f89c528
commit 2fa847f6a8
38 changed files with 1 additions and 191 deletions
-5
View File
@@ -46,11 +46,6 @@ class GiftLogSearch extends Component
#[Url]
public int $perPage = 25;
final public function updatedPage(): void
{
$this->dispatch('paginationChanged');
}
/**
* @return \Illuminate\Contracts\Pagination\LengthAwarePaginator<Gift>
*/