改名
This commit is contained in:
@@ -678,6 +678,11 @@ if (!function_exists('sweep')) {
|
|||||||
{
|
{
|
||||||
$array = [];
|
$array = [];
|
||||||
foreach (glob($configPath . '/*') as $config) {
|
foreach (glob($configPath . '/*') as $config) {
|
||||||
|
|
||||||
|
var_dump($config);
|
||||||
|
|
||||||
|
var_dump(require_once "$config");
|
||||||
|
|
||||||
$array = array_merge(require_once "$config", $array);
|
$array = array_merge(require_once "$config", $array);
|
||||||
}
|
}
|
||||||
return $array;
|
return $array;
|
||||||
|
|||||||
Reference in New Issue
Block a user