revert eloquent back to 3.2.3

This commit is contained in:
Taylor Otwell
2012-08-17 09:18:16 -05:00
parent e8119f8109
commit 1203473469
5 changed files with 22 additions and 51 deletions

View File

@@ -79,9 +79,8 @@ class Belongs_To extends Relationship {
/**
* Match eagerly loaded child models to their parent models.
*
* @param string $relationship
* @param array $children
* @param array $parents
* @param array $children
* @param array $parents
* @return void
*/
public function match($relationship, &$children, $parents)