Skip to content

Commit

Permalink
Use keyword phrase as resource title in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Mar 18, 2021
1 parent a0a1d3c commit ef89476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nova/Keyword.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Keyword extends BaseResource
{
public static $model = \Tipoff\Seo\Models\Keyword::class;

public static $title = 'id';
public static $title = 'phrase';

public static $search = [
'id',
Expand Down

0 comments on commit ef89476

Please sign in to comment.