Commit 0bfdf6de authored by nanahira's avatar nanahira

fix

parent 576c558e
......@@ -8,6 +8,7 @@ export * from './plugin';
const plugin = new YGOTournamentPlugin();
export default class YGOTournamentPluginEntry {
static Config: any = plugin.schema;
static using = ['cache'];
constructor(ctx: Context, config: YGOTournamentPluginConfig) {
ctx.plugin(plugin, config);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment