This commit is contained in:
2021-08-03 10:25:22 +08:00
parent 1f20e88cdd
commit 501c259580
+1 -1
View File
@@ -180,7 +180,7 @@ class Loader extends BaseObject
} }
unset(static::$_directory[$key]); unset(static::$_directory[$key]);
foreach ($_path as $item) { foreach ($_path as $item) {
$paths[] = $item; $paths[$key] = $item;
} }
} }
return $paths; return $paths;