From 1b0668622613ef3de938a41120f3fd4378de5012 Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Tue, 20 Jun 2023 09:15:35 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=9B=E5=BB=BA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension.json b/extension.json index 58f64ce..34a3940 100644 --- a/extension.json +++ b/extension.json @@ -47,6 +47,9 @@ "Isekai\\AIToolbox\\": "includes" }, "Hooks": { + "LoadExtensionSchemaUpdates": [ + "Isekai\\AIToolbox\\Hooks::onLoadExtensionSchemaUpdates", + ], "BeforePageDisplay": [ "Isekai\\AIToolbox\\Hooks::onLoad" ],