Merge branch 'v4-next' into patricio-deploy-proxy
This commit is contained in:
@@ -24,4 +24,8 @@ class Team extends BaseModel
|
||||
{
|
||||
return $this->hasManyThrough(Application::class, Project::class);
|
||||
}
|
||||
public function privateKeys()
|
||||
{
|
||||
return $this->hasMany(PrivateKey::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user