You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2, the `use PowerJoins` is not available because [Eloquent Power Joins](https://github.com/kirschbaum-development/eloquent-power-joins) has moved the trait `PowerJoins` to `JoinRelationship` Mixin.
27
+
25
28
To implement join with composite key
26
29
27
30
```sql
@@ -36,7 +39,7 @@ use Kirschbaum\PowerJoins\PowerJoins;
$builder->{$joinType}($this->query->getModel()->getTable(), function ($join) use ($callback, $joinedTable, $parentTable, $alias, $disableExtraConditions) {
0 commit comments