Ver Fonte

定时任务

Silent há 7 anos atrás
pai
commit
cf3143be6c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Http/Controllers/Admin/SettingController.php

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

xqd
@@ -137,6 +137,6 @@ class SettingController extends Controller
 
         ClassModel::firstOrCreate(['class' => '分享图片']);
 
-        return view($this->view_path . 'share_show', compact('path'));
+        return view($this->view_path . 'share-show', compact('path'));
     }
 }