Completed
Push — master ( 18db76...e74d47 )
by Andrey
02:19
created
src/Relations/HasRelationships.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.