diff --git a/app/controllers/DashSettingsController.php b/app/controllers/DashSettingsController.php index cd6c275e..2cac37a9 100644 --- a/app/controllers/DashSettingsController.php +++ b/app/controllers/DashSettingsController.php @@ -23,10 +23,6 @@ class DashSettingsController extends Controller $settings = Input::all(); foreach ($settings as $settingName => $settingValue) { - if (strstr($settingName, 'style_')) { - $settingValue = str_replace('#', '', $settingValue); - } - $setting = Setting::firstOrCreate([ 'name' => $settingName, ])->update([