cleaning up code.

This commit is contained in:
Taylor Otwell
2012-03-29 17:13:13 -05:00
parent 144117c0a1
commit 579bc8719f
2 changed files with 12 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ class Query {
$query->table->where_nested($constraints);
}
// Before matching the models, we will initialize the relationship
// Before matching the models, we will initialize the relationships
// to either null for single-value relationships or an array for
// the multi-value relationships as their baseline value.
$query->initialize($results, $relationship);