11 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace App\View\Components\Form\Group;
 | |
| 
 | |
| use App\View\Components\Form\Group\Contact;
 | |
| 
 | |
| class Vendor extends Contact
 | |
| {
 | |
|     public $type = 'vendor';
 | |
| }
 |