mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 03:47:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php namespace App\Http\Requests;
 | |
| 
 | |
| class ProductRequest extends EntityRequest {
 | |
| 
 | |
|     protected $entityType = ENTITY_PRODUCT;
 | |
| } |