This commit is contained in:
as2252258@163.com
2021-04-08 00:42:54 +08:00
parent 251b3bf6c5
commit 4d0fa183ba
-3
View File
@@ -209,9 +209,6 @@ class Loader extends BaseObject
{
try {
foreach ($this->_fileMap as $fileName => $className) {
if (str_starts_with($fileName, $outPath)) {
continue;
}
if (!str_starts_with($fileName, $path)) {
continue;
}