diff --git a/src/Nova/PriceResource.php b/src/Nova/PriceResource.php index 60e9d6e..f77255d 100644 --- a/src/Nova/PriceResource.php +++ b/src/Nova/PriceResource.php @@ -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 [