Skip to content

Instantly share code, notes, and snippets.

@thetutlage
Created June 27, 2018 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetutlage/633548738e0135a16db1a3b8e9482e03 to your computer and use it in GitHub Desktop.
Save thetutlage/633548738e0135a16db1a3b8e9482e03 to your computer and use it in GitHub Desktop.
Adonis Lucid entities
const Model = use('Model')
class User extends Model {
}
class Post extends Model {
}
class Category extends Model {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment