🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-19 20:56:16 +01:00
parent 4a359a4fc9
commit f2ba190a47
7 changed files with 32 additions and 8 deletions
@@ -9,6 +9,9 @@ class WebsiteRule extends Model
{
protected $guarded = [];
/**
* @return BelongsTo<WebsiteRuleCategory, $this>
*/
public function category(): BelongsTo
{
return $this->belongsTo(WebsiteRuleCategory::class, 'category_id');