We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加了setAppPath方法
Originally posted by @liu21st in #39 (comment)
没太明白这个的用法 或许把 setApp 方法中的
$appPath = $this->path ?: $this->app->getBasePath() . $appName . DIRECTORY_SEPARATOR;
改为
$appPath = $this->app->http->getPath() ?: $this->app->getBasePath() . $appName . DIRECTORY_SEPARATOR;
就好
The text was updated successfully, but these errors were encountered:
都一样 一个是直接修改Http类的path 一个是修改当前类的path
Sorry, something went wrong.
setAppPath 需要通过闭包参数暴露出来吧
No branches or pull requests
Originally posted by @liu21st in #39 (comment)
没太明白这个的用法
或许把 setApp 方法中的
改为
就好
The text was updated successfully, but these errors were encountered: