sowork opened this issue 5 years ago · 0 comments
e.g
$robots = Robot::with( [ 'Foo' => function (QueryBuilder $builder) { // Limit Bar $builder->limit(5) ->with('Bar'); } ] );