This commit is contained in:
2023-04-15 23:32:00 +08:00
parent c825fd0d94
commit 12ab8b5f88
3 changed files with 437 additions and 367 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class Loader extends Component
if (!class_exists($class)) {
return null;
}
return Kiri::getDi()->getReflect($class);
return Kiri::getDi()->getReflectionClass($class);
}