feat: shared server environment variables

This commit is contained in:
ShadowArcanist
2025-12-24 11:30:16 +01:00
parent c3ff32b287
commit e8d985211e
13 changed files with 411 additions and 33 deletions
+5
View File
@@ -27,4 +27,9 @@ class SharedEnvironmentVariable extends Model
{
return $this->belongsTo(Environment::class);
}
public function server()
{
return $this->belongsTo(Server::class);
}
}