Browse Source

removed errant character

pull/11/head
Chris 7 years ago
parent
commit
db70a6af33
  1. 1
      app/Setting.php

1
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 -';

Loading…
Cancel
Save