Skip to content

Commit

Permalink
Adjust to Laravel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 10, 2024
1 parent 076bb0b commit 05a7cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function mergeWhereConstraints(Builder $query, Builder $from): Builder
/** @var array<int, mixed> $whereBindings */
$whereBindings = $from->getQuery()->getRawBindings()['where'] ?? [];

$wheres = $from->getQuery()->wheres;
$wheres = $from->getQuery()->wheres ?? [];

$query->withoutGlobalScopes(
$from->removedScopes()
Expand Down

0 comments on commit 05a7cd3

Please sign in to comment.