wesmiler пре 2 недеља
родитељ
комит
268bf078cf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Services/Common/StoreService.php

+ 1 - 0
app/Services/Common/StoreService.php

@@ -159,6 +159,7 @@ class StoreService extends BaseService
     public function edit()
     {
         $data = request()->all();
+        
         // 图片处理
         if (isset($data['logo'])) {
             $data['logo'] = get_image_path($data['logo']);