Skip to content

Commit

Permalink
isRelationSupported moved to public
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeping-owl committed Nov 14, 2014
1 parent 07a3994 commit 85a4828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SleepingOwl/WithJoin/WithJoinEloquentBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected function isReferencedInQuery($name)
* @param $relation
* @return bool
*/
protected function isRelationSupported($relation)
public function isRelationSupported($relation)
{
return $relation instanceof BelongsTo;
}
Expand Down

0 comments on commit 85a4828

Please sign in to comment.