mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 17:26:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace App\Filament\Forms;
 | |
| 
 | |
| use Filament\Forms\Components\Select;
 | |
| 
 | |
| class SelectEndpoint extends Select
 | |
| {
 | |
|     protected string $view = 'filament.components.select';
 | |
| }
 | 
