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