Browse Source

fix data type expected

PHP-GTK3
yggverse 4 months ago
parent
commit
dc489e26cc
  1. 4
      src/Model/Database/Identity.php

4
src/Model/Database/Identity.php

@ -30,8 +30,8 @@ class Identity @@ -30,8 +30,8 @@ class Identity
}
public function add(
?string $crt,
?string $key,
string $crt,
string $key,
?string $name = null,
?int $time = null
): int

Loading…
Cancel
Save