Skip to content

Commit 177a35c

Browse files
committed
Fix tag routing
1 parent 0f51520 commit 177a35c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/TagResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class TagResource extends Resource
2424
use Translatable;
2525

2626
protected static ?string $navigationIcon = 'heroicon-o-tag';
27+
protected static ?string $recordRouteKeyName = 'id';
2728

2829
/**
2930
* @return class-string

0 commit comments

Comments
 (0)