mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user