Skip to content

Commit 85a4828

Browse files
committed
isRelationSupported moved to public
1 parent 07a3994 commit 85a4828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SleepingOwl/WithJoin/WithJoinEloquentBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function isReferencedInQuery($name)
125125
* @param $relation
126126
* @return bool
127127
*/
128-
protected function isRelationSupported($relation)
128+
public function isRelationSupported($relation)
129129
{
130130
return $relation instanceof BelongsTo;
131131
}

0 commit comments

Comments
 (0)