Skip to content

Commit

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

public static $group = 'SEO';

public function fieldsForIndex(NovaRequest $request)
{
Expand Down

0 comments on commit fb4f1ca

Please sign in to comment.