@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | | |
46 | 46 | | A function that returns the field that is used in routes to identify resources |
47 | 47 | */ |
48 | - 'identifier_field' => function () { |
|
48 | + 'identifier_field' => function() { |
|
49 | 49 | }, |
50 | 50 | |
51 | 51 | /* |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | | |
56 | 56 | | A function that returns a new valid entity id |
57 | 57 | */ |
58 | - 'identifier_faker' => function () { |
|
58 | + 'identifier_faker' => function() { |
|
59 | 59 | }, |
60 | 60 | |
61 | 61 | /* |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | | |
78 | 78 | | the custom creation rules callbacks. e.g |
79 | 79 | */ |
80 | - 'creation_rules' => [ // the custom creation rules callbacks,e.g.: |
|
80 | + 'creation_rules' => [// the custom creation rules callbacks,e.g.: |
|
81 | 81 | // 'user_uuid' => function () { |
82 | 82 | // $user = factory(\App\Models\User::class)->create(); |
83 | 83 | // return $user->uuid; |