mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02: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';
|
|
}
|