Silent 7 lat temu
rodzic
commit
91d744637b

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

@@ -129,7 +129,6 @@ class SettingController extends Controller
         BaseAttachmentModel::create([
         BaseAttachmentModel::create([
             'path' => $full_path,
             'path' => $full_path,
             'name' => $name,
             'name' => $name,
-            'type' => 'png',
             'class' => '分享图片',
             'class' => '分享图片',
             'size' => $size,
             'size' => $size,
         ]);
         ]);