Skip to content

Commit

Permalink
Mking hydration the default too in ResultSet
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 19, 2013
1 parent 84b9f4e commit e888b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/ORM/ResultSet.php
Expand Up @@ -102,7 +102,7 @@ class ResultSet implements Iterator, Serializable, JsonSerializable {
*
* @var boolean
*/
protected $_hydrate = false;
protected $_hydrate = true;

/**
* The fully namespaced name of the class to use for hydrating results
Expand Down

0 comments on commit e888b23

Please sign in to comment.