We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b785d93 commit c443ca6Copy full SHA for c443ca6
src/Eloquent/HybridRelations.php
@@ -453,20 +453,6 @@ public function morphedByMany(
453
);
454
}
455
456
- /**
457
- * Get the relationship name of the belongs to many.
458
- *
459
- * @return string
460
- */
461
- protected function guessBelongsToManyRelation()
462
- {
463
- if (method_exists($this, 'getBelongsToManyCaller')) {
464
- return $this->getBelongsToManyCaller();
465
- }
466
-
467
- return parent::guessBelongsToManyRelation();
468
469
470
/** @inheritdoc */
471
public function newEloquentBuilder($query)
472
{
0 commit comments