改名
This commit is contained in:
@@ -236,10 +236,10 @@ class Loader extends BaseObject
|
|||||||
}
|
}
|
||||||
foreach ($this->_directory as $key => $_path) {
|
foreach ($this->_directory as $key => $_path) {
|
||||||
$key = '/' . trim($key, '/');
|
$key = '/' . trim($key, '/');
|
||||||
|
var_dump($key . '->' . $path);
|
||||||
if (!str_starts_with($key, $path)) {
|
if (!str_starts_with($key, $path)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
var_dump($key, $outPath);
|
|
||||||
if (in_array($key, $outPath)) continue;
|
if (in_array($key, $outPath)) continue;
|
||||||
$this->execute($_path);
|
$this->execute($_path);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user