The trait Volosyuk\SimpleEloquent\Relations\Pivot requires the property $columns which is not provided by Volosyuk\SimpleEloquent\Relations\BelongsToMany.
Loading history...
14
15
/**
16
* Set the constraints for an eager load of the relation.
17
*
18
* @param array $models
19
* @return void
20
*/
21
1
public function addEagerConstraintsSimple(array $models)