Jelajahi Sumber

定时任务

Silent 6 tahun lalu
induk
melakukan
2621321e0f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Http/Controllers/Admin/SettingController.php

+ 1 - 1
app/Http/Controllers/Admin/SettingController.php

@@ -145,7 +145,7 @@ class SettingController extends Controller
             'size' => $size,
             'size' => $size,
         ]);
         ]);
 
 
-        ClassModel::firstOrCreate(['class' => '分享图片']);
+        ClassModel::firstOrCreate(['class' => '分享图片测试']);
 
 
         return view($this->view_path . 'share-show', compact('full_path'));
         return view($this->view_path . 'share-show', compact('full_path'));
     }
     }