dever 6 lat temu
rodzic
commit
2822a7b4e9
1 zmienionych plików z 1 dodań i 0 usunięć
  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]) {
         if (isset($this->config[$key]) && $this->config[$key]) {
             return $this->config[$key];
             return $this->config[$key];
         }
         }
+        $value = Dever::input($key, $value);
         return $value;
         return $value;
     }
     }