fix: settings for apps and projects
add: coolify version config fix: private key for private git based apps
This commit is contained in:
@@ -8,4 +8,8 @@ class GithubApp extends BaseModel
|
||||
{
|
||||
return $this->morphMany(Application::class, 'source');
|
||||
}
|
||||
public function privateKey()
|
||||
{
|
||||
return $this->belongsTo(PrivateKey::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user