Browse Source

20220831 fix insert data functon

LuluFJ.Ho 2 years ago
parent
commit
23b20a1ead
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Requests/Api/SeminarSignUp/StoreRequest.php

+ 1
- 0
app/Http/Requests/Api/SeminarSignUp/StoreRequest.php View File

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',