Silent 6 years ago
parent
commit
122c1e27fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/WeChat/ApiController.php

+ 1 - 1
app/Http/Controllers/WeChat/ApiController.php

xqd
@@ -489,7 +489,7 @@ class ApiController extends Controller
 
     public function getFormSet(Request $request)
     {
-        $form_set = FormSet::fisrt();
+        $form_set = FormSet::first();
         if(empty($form_set)) {
             return response()->json(['status' => 'fail', 'info' => '找不到数据']);
         }