aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/app/Models/Service.js
blob: 95321686c40528664c38e513445e2c6b4f007f41 (plain) (blame)
1
2
3
4
5
6
/** @type {typeof import('@adonisjs/lucid/src/Lucid/Model')} */
const Model = use('Model');

class Service extends Model {}

module.exports = Service;