Skip to content

Commit

Permalink
Merge pull request #107 from tailflow/next
Browse files Browse the repository at this point in the history
v2.1.1 Release
  • Loading branch information
alexzarbn authored Jul 2, 2021
2 parents 34b3b70 + e4035a2 commit eaf160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HandlesStandardBatchOperations.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ protected function beforeBatchDestroy(Request $request)
* @param bool $softDeletes
* @return Builder
*/
protected function buildBatchDestroyFetchQuery(Request $request, array $requestedRelations): Builder
protected function buildBatchDestroyFetchQuery(Request $request, array $requestedRelations, bool $softDeletes): Builder
{
return $this->buildBatchFetchQuery($request, $requestedRelations)
->when($softDeletes, function ($query) {
Expand Down

0 comments on commit eaf160c

Please sign in to comment.