Skip to content

Commit bb1fdbf

Browse files
committed
#1930 update return type
1 parent 5f5289a commit bb1fdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Relations/BelongsToMany.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function newPivotQuery()
265265
/**
266266
* Create a new query builder for the related model.
267267
*
268-
* @return \Illuminate\Database\Query\Builder
268+
* @return Builder|Model
269269
*/
270270
public function newRelatedQuery()
271271
{

0 commit comments

Comments
 (0)