改名
This commit is contained in:
@@ -239,11 +239,10 @@ 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;
|
||||||
}
|
}
|
||||||
foreach ($this->_directory[$path] as $key => $_path) {
|
foreach ($this->_directory as $key => $_path) {
|
||||||
if (!str_contains($key, $path)) {
|
if (!str_contains($key, $path)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user