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