Fix bug in eloqueny hydrator.
This commit is contained in:
parent
5a59c5f317
commit
8af11e6d61
@ -122,6 +122,8 @@ class Query {
|
||||
$new->$key = $value;
|
||||
}
|
||||
|
||||
$new->original = $new->attributes;
|
||||
|
||||
$models[$result[$this->model->key()]] = $new;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user