Commit 8af11e6d authored by Taylor Otwell's avatar Taylor Otwell

Fix bug in eloqueny hydrator.

parent 5a59c5f3
......@@ -122,6 +122,8 @@ class Query {
$new->$key = $value;
}
$new->original = $new->attributes;
$models[$result[$this->model->key()]] = $new;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment