*/ public function category(): BelongsTo { return $this->belongsTo(WebsiteRuleCategory::class, 'category_id'); } }