Skip to content

Commit d587978

Browse files
authored
Update jsontoclassgenerator.php
1 parent ed39f78 commit d587978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jsontoclassgenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'driver' => 'array',
1010
'array' => [
1111
# Please define an object instead of item
12-
# so each array needs to be defined with a key name, for example, 'message' is a key name
12+
# so each array needs to be defined with a key name, for example, 'post' is a key name
1313
'post' => [
1414
'author' => (object)[
1515
'id' => 1,

0 commit comments

Comments
 (0)