Guest User

Untitled

a guest
Feb 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. 'use strict'
  2.  
  3. const Model = use('Model')
  4.  
  5. class News extends Model {
  6. }
  7.  
  8. module.exports = News
Add Comment
Please, Sign In to add comment