Browse Source

Merge branch 'web_sannong_fr'

15313670163 1 tháng trước cách đây
mục cha
commit
4272944983
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Controller/WebController.php

+ 1 - 1
app/Controller/WebController.php

@@ -834,7 +834,7 @@ class WebController extends AbstractController
                 'id' =>'required',
             ],
             [
-                'catid.required' => 'id不能为空',
+                'id.required' => 'id不能为空',
             ] 
         );
         if ($validator->fails()){