Skip to content

Commit

Permalink
Update TokenResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rupadana authored Jun 4, 2024
1 parent 53d46a8 commit 86e0b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/TokenResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static function getPages(): array

public static function getCluster(): ?string
{
return config('api-service.navigation.token.cluster') ?? null;
return config('api-service.navigation.token.cluster', null);
}

public static function getNavigationGroup(): ?string
Expand Down

0 comments on commit 86e0b10

Please sign in to comment.