dever 5 years ago
parent
commit
2822a7b4e9
1 changed files with 1 additions and 0 deletions
  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;
     }