Skip to content

Commit cbc54eb

Browse files
committed
remove comment
1 parent 4c66ad5 commit cbc54eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,6 @@ public function morphToMany($related, $name, $table = null, $foreignPivotKey = n
544544
$relatedPivotKey = null, $parentKey = null,
545545
$relatedKey = null, $relation = null, $inverse = false)
546546
{
547-
// If no relationship name was passed, we will pull backtraces to get the
548-
// name of the calling function. We will use that function name as the
549-
// title of this relation since that is a great convention to apply.
550547
$relation = $relation ?: $this->guessBelongsToManyRelation();
551548

552549
// First, we will need to determine the foreign key and "other key" for the

0 commit comments

Comments
 (0)