Guest User

Untitled

a guest
Jan 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function articles(){
  2. return $this->belongsToMany('AppArticle');
  3. }
  4.  
  5. public function category(){
  6. return $this->hasOne('Appcategory');
  7. }
  8.  
  9. $article->category()->sync($request->category, false);
Add Comment
Please, Sign In to add comment