@@ -58,7 +58,7 @@ |
||
58 | 58 | // For the inverse of the polymorphic many-to-many relations, we will change |
59 | 59 | // the way we determine the foreign and other keys, as it is the opposite |
60 | 60 | // of the morph-to-many method since we're figuring out these inverses. |
61 | - $otherKey = $otherKey ?: $name.'_id'; |
|
61 | + $otherKey = $otherKey ?: $name . '_id'; |
|
62 | 62 | |
63 | 63 | return $this->morphToSortedMany($related, $name, $orderColumn, $table, $foreignKey, $otherKey, true); |
64 | 64 | } |