Skip to content

Commit 47427eb

Browse files
authored
Update EventResource.php
1 parent 37fff5c commit 47427eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/EventResource.php

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

0 commit comments

Comments
 (0)