mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:57:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			122 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			122 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| class AccountGateway extends EntityModel
 | |
| {
 | |
| 	public function gateway()
 | |
| 	{
 | |
| 		return $this->belongsTo('Gateway');
 | |
| 	}
 | |
| } |