This commit is contained in:
Andras Bacsai
2023-06-19 10:58:00 +02:00
parent 7bcbfc13b0
commit 448182497f
11 changed files with 59 additions and 17 deletions

View File

@@ -9,6 +9,7 @@ class PrivateKey extends BaseModel
'name',
'description',
'private_key',
'is_git_related',
'team_id',
];
static public function ownedByCurrentTeam(array $select = ['*'])