mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
9 lines
166 B
JavaScript
9 lines
166 B
JavaScript
'use strict'
|
|
|
|
/** @type {typeof import('@adonisjs/lucid/src/Lucid/Model')} */
|
|
const Model = use('Model')
|
|
|
|
class Summoner extends Model {
|
|
}
|
|
|
|
module.exports = Summoner
|