mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-07 12:34:18 +00:00
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