Explorar el Código

20220831 fix insert data functon

LuluFJ.Ho hace 4 años
padre
commit
23b20a1ead
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      app/Http/Requests/Api/SeminarSignUp/StoreRequest.php

+ 1
- 0
app/Http/Requests/Api/SeminarSignUp/StoreRequest.php Ver fichero

8
 {
8
 {
9
     public function rules(): array
9
     public function rules(): array
10
     {
10
     {
11
+        dd(123);
11
         // $name, $email, $mobile, $trackId
12
         // $name, $email, $mobile, $trackId
12
         return [
13
         return [
13
             'name'   => 'required',
14
             'name'   => 'required',