Guest User

Untitled

a guest
Dec 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. id
  2. post_id
  3. user_id
  4. text
  5.  
  6. public function posts()
  7. {
  8. return $this->hasMany(Post::class);
  9. }
  10.  
  11. public function todosOsPosts()
  12. {
  13. return $this->posts()->with('todosOsPosts');
  14. }
Add Comment
Please, Sign In to add comment