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

class Service extends Model {
}

module.exports = Service;