Need to think

O_o
This commit is contained in:
Visman 2022-02-09 21:42:20 +07:00
parent 60e9cbcbb8
commit bc23b17e06

View file

@ -362,7 +362,7 @@ class Config
if (
\is_numeric($key) //???? O_o
|| \is_numeric($after)
|| \is_numeric($after) //???? O_o O_o O_o
) {
$config[] = $value;
} elseif (isset($config[$key])) {