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
} }
public function add( public function add(
?string $crt, string $crt,
?string $key, string $key,
?string $name = null, ?string $name = null,
?int $time = null ?int $time = null
): int ): int

Loading…
Cancel
Save