Skip to content

Commit

Permalink
#147 - typos
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Sep 19, 2024
1 parent fa6da11 commit d98508c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

class Builder implements BuilderContract {
public function whereLikeUnaccentInsensitive(string $column, mixed $value): static {
return $intance;
return $this;
}

public function orWhereLikeUnaccentInsensitive(string $column, mixed $value): static {
return $intance;
return $this;
}
}
}

0 comments on commit d98508c

Please sign in to comment.