From d98508c3bf9e7269d4e48626f99e551556523d43 Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Thu, 19 Sep 2024 20:43:44 +0200 Subject: [PATCH] #147 - typos --- .phpstorm.meta.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.phpstorm.meta.php b/.phpstorm.meta.php index fe6c213..e539945 100644 --- a/.phpstorm.meta.php +++ b/.phpstorm.meta.php @@ -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; } } }