The trait Volosyuk\SimpleEloquent\Relations\Pivot requires some properties which are not provided by Volosyuk\SimpleEloquent\Relations\HasOneThrough: $foreignPivotKey, $columns
Loading history...
12
13
/**
14
* Match the eagerly loaded results to their parents.
15
*
16
* @param array $models
17
* @param Collection $results
18
* @param string $relation
19
* @return array
20
*/
21
1
public function matchSimple(array &$models, Collection $results, $relation)