mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-06 18:22:31 +00:00
feat: shared server environment variables
This commit is contained in:
@@ -27,4 +27,9 @@ class SharedEnvironmentVariable extends Model
|
||||
{
|
||||
return $this->belongsTo(Environment::class);
|
||||
}
|
||||
|
||||
public function server()
|
||||
{
|
||||
return $this->belongsTo(Server::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user