修复一点小问题 - #23
Merged
Merged
Conversation
修改请求未带origin header头时的一个小问题
Owner
|
数据库引擎是需要用到PDO的; |
Contributor
Author
hyperf 现在的这个driver 配置应该是叫 https://hyperf.wiki/2.2/#/zh-cn/db/quick-start?id=%e9%85%8d%e7%bd%ae 我本机也有装pdo的 |
Owner
|
😨你的改动是正确的,这里之前改动是之前测试极简DB组件的时候修改的,然后本地上有.env变量一直代替原来的,导致没发现这个问题。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DB_DRIVER 默认pdo时会报错
增加了异常处理里打印异常至控制台
修改请求未带origin header头时的一个小问题