@@ -53,7 +53,7 @@ |
||
53 | 53 | * @return BelongsToMany |
54 | 54 | */ |
55 | 55 | public function belongsToMany($related, $table = null, $foreignPivotKey = null, $relatedPivotKey = null, |
56 | - $parentKey = null, $relatedKey = null, $relation = null) |
|
56 | + $parentKey = null, $relatedKey = null, $relation = null) |
|
57 | 57 | { |
58 | 58 | if (is_null($relation)) { |
59 | 59 | $relation = $this->guessBelongsToManyRelation(); |