Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created April 5, 2020 13:54
Show Gist options
  • Save nemrosim/b4167c68b8903c86037cb85495dc0920 to your computer and use it in GitHub Desktop.
Save nemrosim/b4167c68b8903c86037cb85495dc0920 to your computer and use it in GitHub Desktop.
const Model = use('Model');
class Profile extends Model {
}
module.exports = Profile;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment