Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.3' into 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 20, 2016
2 parents ce28029 + 1d04f32 commit 6eb7cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseEloquentBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ public function parentFoo()

public function childFoo()
{
return $this->hasOne('EloquentBuilderTestModelSelfRelatedStub', 'parent_id', 'id', 'child');
return $this->hasOne('EloquentBuilderTestModelSelfRelatedStub', 'parent_id', 'id');
}

public function childFoos()
Expand Down

0 comments on commit 6eb7cab

Please sign in to comment.