You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user