© 2026 Hedgehog Software, LLC
protected static ?int $navigationSort = 1;
<?php namespace App\Filament\Clusters; use Filament\Clusters\Cluster; class Settings extends Cluster { protected static ?string $navigationIcon = 'heroicon-o-cog-8-tooth'; protected static ?int $navigationSort = 1; }