diff --git a/src/Core/Traits/SurrealTrait.php b/src/Core/Traits/SurrealTrait.php index 8902a89..2ee1ad0 100644 --- a/src/Core/Traits/SurrealTrait.php +++ b/src/Core/Traits/SurrealTrait.php @@ -94,7 +94,7 @@ public function getScope(): ?string * @param string $value * @return null */ - public function let(string $param, string $value): null + public function let(string $param, mixed $value): null { $this->params[$param] = $value; return null;