diff --git a/src/Client.php b/src/Client.php index 478f8af..50508a2 100644 --- a/src/Client.php +++ b/src/Client.php @@ -177,7 +177,6 @@ class Client implements Interfaces\ClientInterface break; default: throw new ClientException('From 1 to 3 parameters of "where" condition is allowed'); - break; } return $query->where($key, $operator, $value);