Skip to content

Commit

Permalink
Update SettingResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga authored May 20, 2023
1 parent b472f4e commit f94c5e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MoonShine/Resources/SettingResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public function search(): array
public function filters(): array
{
return [
BelongsToFilter::make('Group', 'settingGroup'),
];
}

Expand Down

0 comments on commit f94c5e9

Please sign in to comment.