Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const data = request.only(['name'])
  2. const category = await BlogCategory.create(data)
  3.  
  4. await category.loadCount('posts') //It does not work
  5.  
  6. return category
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement