mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 11:57:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			298 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace App\Repositories\Import\Quickbooks;
 | |
| 
 | |
| use App\Repositories\Import\Quickbooks\Repository;
 | |
| use App\Repositories\Import\Quickbooks\Contracts\RepositoryInterface;
 | |
| 
 | |
| class CustomerRepository extends Repository implements RepositoryInterface
 | |
| {
 | |
|     protected string $entity = "Customer";
 | |
| }
 |