Remove types from per_page in livewire

This commit is contained in:
David Bomba 2023-03-01 07:59:14 +11:00
parent cc6ae43f4a
commit e4bddeaa22

View File

@ -15,7 +15,7 @@ class PaymentMethodsTable extends Component
use WithPagination;
use WithSorting;
public int $per_page = 10;
public $per_page = 10;
public Client $client;