igaster\laravelTheme\Themes::configSet PHP Метод

configSet() публичный Метод

Set current theme's configuration value for $key
public configSet ( string $key, $value ) : mixed
$key string
Результат mixed
    public function configSet($key, $value)
    {
        return $this->activeTheme->configSet($key, $value);
    }