File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public static function getPluralModelLabel(): string
6060 return __ ('Events ' );
6161 }
6262
63- public static function getNavigationIcon (): string
63+ public static function getNavigationIcon (): ? string
6464 {
6565 return 'heroicon-o-calendar ' ;
6666 }
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public static function getLabel(): ?string
6060 return __ ('Email ' );
6161 }
6262
63- public static function getNavigationIcon (): string
63+ public static function getNavigationIcon (): ? string
6464 {
6565 return 'heroicon-o-envelope ' ;
6666 }
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public static function getPluralModelLabel(): string
5959 return __ ('Suppressions ' );
6060 }
6161
62- public static function getNavigationIcon (): string
62+ public static function getNavigationIcon (): ? string
6363 {
6464 return 'heroicon-o-no-symbol ' ;
6565 }
You can’t perform that action at this time.
0 commit comments