@@ -65,7 +65,7 @@ class UserCreate extends ProcessorEntity
65
65
'limitProcessors ' => [],
66
66
'limitTypes ' => ['text ' ],
67
67
'limitValues ' => [],
68
- 'default ' => '' ,
68
+ 'default ' => null ,
69
69
],
70
70
'active ' => [
71
71
'description ' => 'The active flag for the user. ' ,
@@ -83,7 +83,7 @@ class UserCreate extends ProcessorEntity
83
83
'limitProcessors ' => [],
84
84
'limitTypes ' => ['text ' ],
85
85
'limitValues ' => ['Mr ' , 'Ms ' , 'Miss ' , 'Mrs ' , 'Dr ' , 'Prof ' , 'Hon ' ],
86
- 'default ' => '' ,
86
+ 'default ' => null ,
87
87
],
88
88
'name_first ' => [
89
89
'description ' => 'The first name of the user. ' ,
@@ -92,7 +92,7 @@ class UserCreate extends ProcessorEntity
92
92
'limitProcessors ' => [],
93
93
'limitTypes ' => ['text ' ],
94
94
'limitValues ' => [],
95
- 'default ' => '' ,
95
+ 'default ' => null ,
96
96
],
97
97
'name_last ' => [
98
98
'description ' => 'The last name of the user. ' ,
@@ -101,7 +101,7 @@ class UserCreate extends ProcessorEntity
101
101
'limitProcessors ' => [],
102
102
'limitTypes ' => ['text ' ],
103
103
'limitValues ' => [],
104
- 'default ' => '' ,
104
+ 'default ' => null ,
105
105
],
106
106
'company ' => [
107
107
'description ' => 'The company of the user. ' ,
@@ -110,7 +110,7 @@ class UserCreate extends ProcessorEntity
110
110
'limitProcessors ' => [],
111
111
'limitTypes ' => ['text ' ],
112
112
'limitValues ' => [],
113
- 'default ' => '' ,
113
+ 'default ' => null ,
114
114
],
115
115
'website ' => [
116
116
'description ' => 'The website of the user. ' ,
@@ -119,7 +119,7 @@ class UserCreate extends ProcessorEntity
119
119
'limitProcessors ' => [],
120
120
'limitTypes ' => ['text ' ],
121
121
'limitValues ' => [],
122
- 'default ' => '' ,
122
+ 'default ' => null ,
123
123
],
124
124
'address_street ' => [
125
125
'description ' => 'The street address of the user. ' ,
@@ -128,7 +128,7 @@ class UserCreate extends ProcessorEntity
128
128
'limitProcessors ' => [],
129
129
'limitTypes ' => ['text ' ],
130
130
'limitValues ' => [],
131
- 'default ' => '' ,
131
+ 'default ' => null ,
132
132
],
133
133
'address_suburb ' => [
134
134
'description ' => 'The suburb of the user. ' ,
@@ -137,7 +137,7 @@ class UserCreate extends ProcessorEntity
137
137
'limitProcessors ' => [],
138
138
'limitTypes ' => ['text ' ],
139
139
'limitValues ' => [],
140
- 'default ' => '' ,
140
+ 'default ' => null ,
141
141
],
142
142
'address_city ' => [
143
143
'description ' => 'The city of the user. ' ,
@@ -146,7 +146,7 @@ class UserCreate extends ProcessorEntity
146
146
'limitProcessors ' => [],
147
147
'limitTypes ' => ['text ' ],
148
148
'limitValues ' => [],
149
- 'default ' => '' ,
149
+ 'default ' => null ,
150
150
],
151
151
'address_state ' => [
152
152
'description ' => 'The state of the user. ' ,
@@ -155,7 +155,7 @@ class UserCreate extends ProcessorEntity
155
155
'limitProcessors ' => [],
156
156
'limitTypes ' => ['text ' ],
157
157
'limitValues ' => [],
158
- 'default ' => '' ,
158
+ 'default ' => null ,
159
159
],
160
160
'address_country ' => [
161
161
'description ' => 'The country of the user. ' ,
@@ -164,7 +164,7 @@ class UserCreate extends ProcessorEntity
164
164
'limitProcessors ' => [],
165
165
'limitTypes ' => ['text ' ],
166
166
'limitValues ' => [],
167
- 'default ' => '' ,
167
+ 'default ' => null ,
168
168
],
169
169
'address_postcode ' => [
170
170
'description ' => 'The postcode of the user. ' ,
@@ -173,7 +173,7 @@ class UserCreate extends ProcessorEntity
173
173
'limitProcessors ' => [],
174
174
'limitTypes ' => ['text ' ],
175
175
'limitValues ' => [],
176
- 'default ' => '' ,
176
+ 'default ' => null ,
177
177
],
178
178
'phone_mobile ' => [
179
179
'description ' => 'The mobile phone of the user. ' ,
0 commit comments