dever 6 năm trước cách đây
mục cha
commit
2822a7b4e9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }