This commit is contained in:
2021-04-19 12:01:05 +08:00
parent 6c7dbe5175
commit bbfabf0f4d
+1
View File
@@ -227,6 +227,7 @@ class Loader extends BaseObject
{
try {
$path = '/' . trim($path, '/');
var_dump($path);
if (!isset($this->_directory[$path])) {
return;
}