diff --git a/function.php b/function.php index 013bcfae..727f36a0 100644 --- a/function.php +++ b/function.php @@ -976,7 +976,7 @@ if (!function_exists('sweep')) { { $array = []; foreach (glob($configPath . '/*') as $config) { - $array = array_merge(require_once "$config", $array); + $array = array_merge(require "$config", $array); } return $array; }