Skip to content

Commit

Permalink
(Bad commit was bad)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 23, 2022
1 parent 02a64f9 commit 6df7706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Database/Relations/Concerns/Unique.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function getPaginatedQuery(Builder $query, $limit = null, $offset = null)
}

$primaryKeyName = $this->getParent()->getKeyName();
$modelIds = $constrainedBuilder->get()->pluck($primaryKeyName)->toArray();
// $sql = $constrainedBuilder->toSql();
$modelIds = $constrainedBuilder->get()
->pluck($primaryKeyName)
->toArray();
Expand Down

0 comments on commit 6df7706

Please sign in to comment.