@@ -6,7 +6,7 @@ |
||
| 6 | 6 | final class UrlMenuItem extends MenuItem |
| 7 | 7 | { |
| 8 | 8 | |
| 9 | - public function __construct(string $label, string $url, ?string $icon, ?array $options) |
|
| 9 | + public function __construct(string $label, string $url, ?string $icon, ?array $options) |
|
| 10 | 10 | { |
| 11 | 11 | parent::__construct($label, $icon, $options); |
| 12 | 12 | |