From 8492baef2de6b5a9d8553df53a16fa1b764856c9 Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Mon, 3 Jun 2024 23:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0db=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?bootstrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/plugin/workbunny/webman-push-server/bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/plugin/workbunny/webman-push-server/bootstrap.php b/src/config/plugin/workbunny/webman-push-server/bootstrap.php index 65ab62a..723354a 100644 --- a/src/config/plugin/workbunny/webman-push-server/bootstrap.php +++ b/src/config/plugin/workbunny/webman-push-server/bootstrap.php @@ -15,5 +15,6 @@ // API子服务路由加载 return [ - ApiRoute::class + ApiRoute::class, + support\bootstrap\LaravelDb::class, ];