Browse Source

Clarified comments in Eloquent\Hydrator.

Taylor Otwell 13 years ago
parent
commit
d7aca820e5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      system/db/eloquent/hydrator.php

+ 3 - 2
system/db/eloquent/hydrator.php

@@ -78,8 +78,9 @@ class Hydrator {
 		// -----------------------------------------------------
 		// -----------------------------------------------------
 		// Get the relationship Eloquent model.
 		// Get the relationship Eloquent model.
 		//
 		//
-		// We temporarily spoof the "belongs_to" key to allow
-		// the query to be fetched without any problems.
+		// We temporarily spoof the belongs_to key to allow the
+		// query to be fetched without any problems, since the
+		// belongs_to method actually gets the attribute.
 		// -----------------------------------------------------
 		// -----------------------------------------------------
 		$eloquent->attributes[$spoof = $include.'_id'] = 0;
 		$eloquent->attributes[$spoof = $include.'_id'] = 0;