mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:44:28 -04:00
Fixes for types
This commit is contained in:
parent
6eb8563697
commit
68c817bdcd
@ -62,11 +62,11 @@ class BillingPortalPurchase extends Component
|
|||||||
public $password;
|
public $password;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instance of subscription.
|
* This arrives as an int and we resolve in the mount method
|
||||||
*
|
*
|
||||||
* @var \App\Models\Subscription $subscription
|
* @var int|Subscription
|
||||||
*/
|
*/
|
||||||
public Subscription $subscription;
|
public $subscription;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instance of client contact.
|
* Instance of client contact.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user