改名
This commit is contained in:
@@ -254,6 +254,11 @@ class Loader extends BaseObject
|
|||||||
foreach ($directory as $value) {
|
foreach ($directory as $value) {
|
||||||
$tree = $this->getTree($tree, $value);
|
$tree = $this->getTree($tree, $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($filePath == '/Websocket/Connect.php') {
|
||||||
|
var_dump($tree);
|
||||||
|
}
|
||||||
|
|
||||||
if ($tree instanceof FileTree) {
|
if ($tree instanceof FileTree) {
|
||||||
$tree->addFile($className);
|
$tree->addFile($className);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user