Skip to content

Commit

Permalink
fix: removed $navigationLabel static property for localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdiunal authored Oct 3, 2024
1 parent 26d70d7 commit 99ad94e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class CollectionGroupResource extends BaseResource

protected static ?int $navigationSort = 3;

protected static ?string $navigationLabel = 'Collections';

public static function getLabel(): string
{
return __('lunarpanel::collectiongroup.label');
Expand Down

0 comments on commit 99ad94e

Please sign in to comment.