Fixed
- Ability to chunk relations recursively (i.e.
$user->groups()->recursive()->chunk($callback)
) - #474
Added
Models\Collection::modelDns()
method to easily fetch all of the model's Distinguished Name's inside of a model collection- This is a parity feature of the Eloquent Collection
modelKeys()
method - #474
- This is a parity feature of the Eloquent Collection
HasMany::each($callback)
method to easily iterate through each result of a chunked relation query via callback - #474