-
Notifications
You must be signed in to change notification settings - Fork 39
Error in code #247
Copy link
Copy link
Open
Description
Hello.
In App\Models\Tag::articles
you have it wrong:
return $this->belongsToMany('App\Models\Article', 'articles_tags', 'article_id', 'tag_id');you need to write:
return $this->belongsToMany('App\Models\Article', 'articles_tags', 'tag_id', 'article_id');Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels