Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymast committed Sep 9, 2016
1 parent ac9762a commit 1a0eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Redbox-hydrate

Hydrating an object is fancy talk for populating properties on PHP objects. This Hydrator helps you to quickly **hydrate** new class instances and returns the populated result. ***Please note*** it does not mether if you have private or protected properties in your class it will take care of that for you. Look in the examples folder for basic [https://github.com/johnnymast/redbox-hydrator/tree/master/examples](examples).
Hydrating an object is fancy talk for populating properties on PHP objects. This Hydrator helps you to quickly **hydrate** new class instances and returns the populated result. ***Please note*** it does not mether if you have private or protected properties in your class it will take care of that for you. Look in the examples folder for basic [examples](https://github.com/johnnymast/redbox-hydrator/tree/master/examples).

## Examples

Expand Down

0 comments on commit 1a0eef8

Please sign in to comment.