From 7541372e1ae4ed17e77ef74b514669418b690c70 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 8 Nov 2022 15:45:31 +0100 Subject: [PATCH] Add username to ssh key See https://forge.laravel.com/api-documentation#ssh-keys --- src/Resources/SSHKey.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Resources/SSHKey.php b/src/Resources/SSHKey.php index 6c05b2a..16443d7 100644 --- a/src/Resources/SSHKey.php +++ b/src/Resources/SSHKey.php @@ -31,6 +31,13 @@ class SSHKey extends Resource * @var string */ public $status; + + /** + * The username of the key. + * + * @var string + */ + public $username; /** * The date/time the key was created.