Skip to content

Commit 13712c9

Browse files
Merge pull request #4 from justbetter/feature/uri-key
Added uriKey
2 parents b96fe75 + c65939d commit 13712c9

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)