Silent hace 7 años
padre
commit
2621321e0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Admin/SettingController.php

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

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