We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6a95571
改进Service插件服务类autoload自动加载插件的函数,遍历插件目录下的所有文件方法 原方法glob($this->getAddonsPath() . '*/*.php'),改进方法FileHelper::getFolder($this->getAddonsPath());
Service
autoload
glob($this->getAddonsPath() . '*/*.php')
FileHelper::getFolder($this->getAddonsPath());