File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66use Filament \Widgets \StatsOverviewWidget \Stat ;
77use UnitEnum ;
88use BackedEnum ;
9-
10- class FamilyEventResource extends Resource
11- {
12- protected static ?string $ model = FamilyEvent::class;
13-
14- protected static ?string $ navigationLabel = 'Family Events ' ;
15-
16- protected static string | BackedEnum | null $ navigationIcon = 'heroicon-o-rectangle-stack ' ;
17-
18- protected static string | UnitEnum | null $ navigationGroup = 'Family ' ;
19-
209class Dashboard extends BaseDashboard
2110{
22- protected static ? string $ navigationIcon = 'heroicon-o-home ' ;
23- protected static ? string $ navigationGroup = 'Dashboard ' ;
11+ protected static string | BackedEnum | null $ navigationIcon = 'heroicon-o-home ' ;
12+ protected static string | UnitEnum | null $ navigationGroup = 'Dashboard ' ;
2413 protected static ?int $ navigationSort = 1 ;
2514
2615 public function getWidgets (): array
You can’t perform that action at this time.
0 commit comments