Skip to content

Commit

Permalink
增加db组件的bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Jun 3, 2024
1 parent 228dd68 commit 8492bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/plugin/workbunny/webman-push-server/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@

// API子服务路由加载
return [
ApiRoute::class
ApiRoute::class,
support\bootstrap\LaravelDb::class,
];

0 comments on commit 8492bae

Please sign in to comment.