mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fixes for types
This commit is contained in:
parent
6eb8563697
commit
68c817bdcd
@ -62,11 +62,11 @@ class BillingPortalPurchase extends Component
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user