Skip to content

Commit

Permalink
Added uriKey (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonrietdijk authored Aug 6, 2024
1 parent 7670900 commit dc21814
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Nova/PriceResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ public static function label(): string
return __('Prices');
}

public static function uriKey(): string
{
return 'magento-prices';
}

public function fields(NovaRequest $request): array
{
return [
Expand Down

0 comments on commit dc21814

Please sign in to comment.