|
@@ -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;
|
|
}
|
|
}
|
|
|
|
|