top-think / think

ThinkPHP Framework ——十年匠心的高性能PHP框架
http://www.thinkphp.cn
Other
7.83k stars 1.62k forks source link

namespace think是否应该出现在think脚本里 #1145

Open from2033 opened 9 months ago

from2033 commented 9 months ago

我有注意到在项目根目录里的think脚本里定义了namespace think;但是think这个命名空间是声明在topthink/framework 这个包里的。合理的方式应该是在think脚本里 use think\App; 而不是将其定义在think命名空间下