Skip to content

Commit

Permalink
Add seo group to webpage nova resource #45
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Mar 12, 2021
1 parent 56e26b4 commit 41ce24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nova/Webpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class Webpage extends BaseResource
public static $search = [
'id',
];

public static $group = 'SEO';

public function fieldsForIndex(NovaRequest $request)
{
Expand Down

0 comments on commit 41ce24b

Please sign in to comment.