@ -6,7 +6,7 @@
"authors": [
{
"name": "Cerys Lewis",
"email": "cerys@darksparrow.uk",
"email": "cerys.lewis@darksparrow.uk",
"homepage": "https://ceryslewis.dev",
"role": "Lead Developer"
}
@ -53,9 +53,9 @@ final class SelectQuery
$this->Where = "" . $target . " " . $operator->value . " " . $value;
return $this;
public function InstanceOf(string $target): SelectQuery
public function InstanceOf(string $schema): SelectQuery
$this->InstanceOf = "" . $target;
$this->InstanceOf = "" . $schema;