From db70a6af33934df309741ac90062bd49db9cd8cf Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Feb 2018 15:55:38 +0000 Subject: [PATCH] removed errant character --- app/Setting.php | 1 - 1 file changed, 1 deletion(-) 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 -';