Skip to content

Commit f6b5112

Browse files
committed
Remove getSelectColumns method;
1 parent c443ca6 commit f6b5112

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Relations/MorphToMany.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ protected function hydratePivotRelation(array $models)
4747
// Do nothing.
4848
}
4949

50-
/**
51-
* Set the select clause for the relation query.
52-
*
53-
* @return array
54-
*/
55-
protected function getSelectColumns(array $columns = ['*'])
56-
{
57-
return $columns;
58-
}
59-
6050
/** @inheritdoc */
6151
protected function shouldSelect(array $columns = ['*'])
6252
{

0 commit comments

Comments
 (0)