fix data type expected

This commit is contained in:
yggverse 2024-08-03 02:05:56 +03:00
parent ec8d837924
commit dc489e26cc

View file

@ -30,10 +30,10 @@ class Identity
}
public function add(
?string $crt,
?string $key,
string $crt,
string $key,
?string $name = null,
?int $time = null
?int $time = null
): int
{
$query = $this->_connection->prepare(