Skip to content

Commit c65939d

Browse files
committed
Added uriKey
1 parent b96fe75 commit c65939d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Nova/StockResource.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ public static function label(): string
3232
return __('Stock');
3333
}
3434

35+
public static function uriKey(): string
36+
{
37+
return 'magento-stock';
38+
}
39+
3540
public function fields(NovaRequest $request): array
3641
{
3742
$repository = BaseRepository::resolve();

0 commit comments

Comments
 (0)