feat: update plugin register

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-11-04 20:28:52 +08:00
parent 4110ed2c20
commit b87b94aade
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
import { injectable, postConstruct } from "inversify";
import { injectable } from "@ms/container";
export namespace interfaces {
@injectable()