root 5 years ago
parent
commit
a96ca5a363
3 changed files with 0 additions and 3 deletions
  1. 0 3
      app/Http/Controllers/Admin/PlanController.php
  2. 0 0
      public/umi.css
  3. 0 0
      public/umi.js

+ 0 - 3
app/Http/Controllers/Admin/PlanController.php

@@ -29,9 +29,6 @@ class PlanController extends Controller
         }
         $plan->name = $request->input('name');
         $plan->content = $request->input('content');
-        if ($plan->content) {
-            $plan->content = str_replace(PHP_EOL, '', $plan->content);
-        }
         $plan->transfer_enable = $request->input('transfer_enable');
         $plan->group_id = $request->input('group_id');
         $plan->month_price = $request->input('month_price');

File diff suppressed because it is too large
+ 0 - 0
public/umi.css


File diff suppressed because it is too large
+ 0 - 0
public/umi.js


Some files were not shown because too many files changed in this diff