This commit is contained in:
2021-03-25 16:57:40 +08:00
parent 99d3bc1d8a
commit 3ff158c337
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ if (!function_exists('sweep')) {
* @param string $configPath
* @return array|false|string|null
*/
function sweep($configPath = APP_PATH . '/config'): bool|array|string|null
function sweep($configPath = APP_PATH . 'config'): bool|array|string|null
{
$array = [];
foreach (glob($configPath . '/*') as $config) {