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