whereNot($this->argument->field, $this->formatValue()); } public function toOrQueryBuilder(Builder $builder): Builder { return $builder->orWhereNot($this->argument->field, $this->formatValue()); } private function formatValue(): string { return trim($this->argument->value); } }