This commit is contained in:
2021-04-19 12:41:23 +08:00
parent b4758efec8
commit 4c66dfe0d4
+1
View File
@@ -246,6 +246,7 @@ class Loader extends BaseObject
if (!str_contains($key, $path)) {
continue;
}
var_dump($_path);
$this->execute($_path);
}
} catch (Throwable $exception) {