|
@@ -21,7 +21,7 @@ |
|
|
block discarded – undo |
|
21
|
21
|
return new SectionMenuItem($label, $routeName, $routeParameters, $icon); |
|
22
|
22
|
} |
|
23
|
23
|
|
|
24
|
|
- public static function system(string $label, string $routeName, array $routeParameters = [], ?string $icon = null): SystemMenuItem |
|
|
24
|
+ public static function system(string $label, string $routeName, array $routeParameters = [], ?string $icon = null): SystemMenuItem |
|
25
|
25
|
{ |
|
26
|
26
|
return new SystemMenuItem($label, $routeName, $routeParameters, $icon); |
|
27
|
27
|
} |
Please login to merge, or discard this patch.