Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDaDeng authored Aug 12, 2019
1 parent eaad22c commit 5bebcf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ php artisan make:dto
#### PHP Array Schema

````php
'post' => (object)[
'post' => (object)[
'author' => (object)[
'id' => 1,
'note' => null,
Expand All @@ -72,7 +72,7 @@ php artisan make:dto
'text' => '',
'date' => '2019-01-01'
],
'feedback' => (object)[
'feedback' => (object)[
'comment' => ''
]
````
Expand Down

0 comments on commit 5bebcf2

Please sign in to comment.