mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 12:06:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace App\Filament\Clusters;
 | 
						|
 | 
						|
use Filament\Clusters\Cluster;
 | 
						|
 | 
						|
class Settings extends Cluster
 | 
						|
{
 | 
						|
    protected static ?string $navigationIcon = 'tabler-settings';
 | 
						|
}
 |