Browse Source

Need to think

O_o
Visman 3 years ago
parent
commit
bc23b17e06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Core/Config.php

+ 1 - 1
app/Core/Config.php

@@ -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])) {