File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ php artisan make:jsontoclass
6767
6868Note: each object should have key name defined.
6969
70- - If it is object please define it as a ` object ` , see above.
71- - If your components are array of object , please define it as a pure array.
70+ - If it is an object please define it as a ` object ` , see the above.
71+ - If your components are array of objects , please define it as a pure array.
7272- You have to assign a value for each property, for example, an empty string ` '' ` for ` first_name ` .
7373
7474#### or JSON
7575
76- - I have disabled JSON method, you need to convert JSON to PHP array yourself. (You can use online convert tool if necessary)
76+ - I have disabled JSON method, you need to convert JSON to PHP array by yourself. (You can use online convert tool if necessary)
7777- Then please follow Array Input instruction.
7878
7979
You can’t perform that action at this time.
0 commit comments