Skip to content
New issue

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

入口文件setNamespace无效 #43

Open
nbnatcom opened this issue Jun 13, 2023 · 0 comments
Open

入口文件setNamespace无效 #43

nbnatcom opened this issue Jun 13, 2023 · 0 comments

Comments

@nbnatcom
Copy link

nbnatcom commented Jun 13, 2023

文件 vendor\topthink\think-multi-app\src\MultiApp.php
函数setApp应判断是setNamespace 是否有值

if(empty($this->app->getNamespace())){
    $this->app->setNamespace($this->app->config->get('app.app_namespace') ?: 'app\\' . $appName);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant