Skip to content

Commit

Permalink
Added orWhereJsonContains() to Eloquent Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SCIF committed May 9, 2024
1 parent a1026ac commit 35aa8a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stubs/Builder.stubphp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ namespace Illuminate\Database\Eloquent {
*/
public function orWhereIn(string $column, $values, string $boolean = 'and', bool $not = false) {}

/** @return $this */
public function orWhereJsonContains(string $column, mixed $value) {}

/**
* @param Builder|QueryBuilder|Closure|Arrayable|array $values
* @return $this
Expand Down

0 comments on commit 35aa8a7

Please sign in to comment.