Skip to content

Commit

Permalink
Merge pull request #27 from rupadana/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rupadana authored Mar 6, 2024
2 parents dd527eb + a0e425f commit e726558
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ class BlogTransformer extends JsonResource

// or

return [
"modified_name" => $this->name . ' so Cool!'
];
return md5(json_encode($this->resource->toArray()));
}
}
```
Expand Down

0 comments on commit e726558

Please sign in to comment.