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

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