top-think / think

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

framework\src\think\Container.php invokeMethod 提示错误 #995

Open ahegege opened 4 years ago

ahegege commented 4 years ago

修改 framework\src\think\Container.php 317行 改为 $message = sprintf('method not exists: %s->%s()', $class, $method);

liu21st commented 4 years ago

这个地方已经改进过了的