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 { try {
$path = '/' . trim($path, '/'); $path = '/' . trim($path, '/');
var_dump($path);
if (!isset($this->_directory[$path])) { if (!isset($this->_directory[$path])) {
return; return;
} }