We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b12883 commit b1ca34aCopy full SHA for b1ca34a
src/Eloquent/BaseRepository.php
@@ -69,6 +69,7 @@ public function makeModel(): Model
69
70
public function pluck($column, $key = null): mixed
71
{
72
+ $this->applyScope();
73
return $this->model->pluck($column, $key);
74
}
75
0 commit comments