mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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 WithSorting;
|
||||
|
||||
public int $per_page = 10;
|
||||
public $per_page = 10;
|
||||
|
||||
public Client $client;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user