where('status', 'Published'); } public function apply(Builder $duilder, Model $model) { return $this->onlyPublished($duilder); } }