seepur/app/Models/Child.js

10 lines
160 B
JavaScript
Raw Normal View History

'use strict'
/** @type {typeof import('@adonisjs/lucid/src/Lucid/Model')} */
const Model = use('Model')
class Child extends Model {
}
module.exports = Child