mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 09:47:31 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			268 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			268 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace App\Repositories\Import\Quickbooks;
 | |
| 
 | |
| use App\Repositories\Import\Quickbooks\Contracts\RepositoryInterface as QuickbooksInterface;
 | |
| 
 | |
| class PaymentRepository extends Repository implements QuickbooksInterface
 | |
| {
 | |
|     protected string $entity = "Payment";
 | |
| }
 |