diff --git a/app/Setting.php b/app/Setting.php index f2eebd8c..c3b580df 100644 --- a/app/Setting.php +++ b/app/Setting.php @@ -60,7 +60,6 @@ class Setting extends Model case 'select': if(!empty($this->value) && $this->value !== 'none') { $options = (array)json_decode($this->options); - d $value = $options[$this->value]; } else { $value = '- not set -';