rkljw 1 month ago
parent
commit
798b25fb46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Controller/IndexController.php

+ 1 - 1
app/Controller/IndexController.php

@@ -28,7 +28,7 @@ class IndexController extends AbstractController
                 'bar' => 'required',
             ],
             [
-                'foo.required' => 'foo必填',
+                'foo.required' => 'foo必填11',
                 'bar.required' => 'bar必填',
             ]
         );