Skip to content

Commit 31e5be5

Browse files
authored
Update MailResource.php
1 parent 47427eb commit 31e5be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/MailResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)