mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Add in required use
This commit is contained in:
		
							parent
							
								
									946ab58f13
								
							
						
					
					
						commit
						db4f8946e4
					
				@ -34,7 +34,7 @@ class BillingSubscriptionTransformer extends EntityTransformer
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public function transform(BillingSubscription $billing_subscription): array
 | 
					    public function transform(BillingSubscription $billing_subscription): array
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $std = new stdClass;
 | 
					        $std = new \stdClass;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return [
 | 
					        return [
 | 
				
			||||||
            'id' => $this->encodePrimaryKey($billing_subscription->id),
 | 
					            'id' => $this->encodePrimaryKey($billing_subscription->id),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user