dever hace 6 años
padre
commit
2822a7b4e9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      buy/src/Base.php

+ 1 - 0
buy/src/Base.php

@@ -59,6 +59,7 @@ class Base
         if (isset($this->config[$key]) && $this->config[$key]) {
             return $this->config[$key];
         }
+        $value = Dever::input($key, $value);
         return $value;
     }