mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:07:33 -05:00 
			
		
		
		
	Load deleted payment contact
This commit is contained in:
		
							parent
							
								
									ecbe609961
								
							
						
					
					
						commit
						1ae2fdf5bb
					
				@ -92,7 +92,7 @@ class Payment extends EntityModel
 | 
			
		||||
     */
 | 
			
		||||
    public function contact()
 | 
			
		||||
    {
 | 
			
		||||
        return $this->belongsTo('App\Models\Contact');
 | 
			
		||||
        return $this->belongsTo('App\Models\Contact')->withTrashed();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user