Skip to content

Commit

Permalink
Fix SettingGroupResource.php.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga committed Dec 27, 2022
1 parent 5ab3a44 commit f408efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/MoonShine/Resources/SettingGroupResource.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Leeto\MoonShine\Fields\ID;
use Leeto\MoonShine\Actions\FiltersAction;
use VI\LaravelSiteSettings\Models\Setting;

class SettingResource extends Resource
class SettingGroupResource extends Resource
{
public static string $model = Setting::class;

Expand Down

0 comments on commit f408efa

Please sign in to comment.