mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 02:34:35 -04:00
Remove types from per_page in livewire
This commit is contained in:
parent
cc6ae43f4a
commit
e4bddeaa22
@ -15,7 +15,7 @@ class PaymentMethodsTable extends Component
|
|||||||
use WithPagination;
|
use WithPagination;
|
||||||
use WithSorting;
|
use WithSorting;
|
||||||
|
|
||||||
public int $per_page = 10;
|
public $per_page = 10;
|
||||||
|
|
||||||
public Client $client;
|
public Client $client;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user