Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga committed Dec 11, 2022
1 parent 98de0ae commit c115911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Setting extends Model
'value',
];

public function settingsGroup(): BelongsTo
public function settingGroup(): BelongsTo
{
return $this->belongsTo(SettingGroup::class);
}
Expand Down

0 comments on commit c115911

Please sign in to comment.