Fix key usage default

This commit is contained in:
Jake Barnby 2025-02-12 18:17:47 +13:00
parent 704437b5e8
commit d4c659f88d
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -18,7 +18,7 @@ class Key
protected string $role,
protected array $scopes,
protected string $name,
protected bool $usage = false,
protected bool $usage = true,
) {
}