fix: predefined server env were not generated for existing servers

This commit is contained in:
ShadowArcanist
2025-12-24 14:41:08 +01:00
parent 09e14d2f51
commit 82b19e5921
2 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class SharedEnvironmentVariable extends Model
protected $casts = [
'key' => 'string',
'value' => 'encrypted',
'value' => 'string',
];
public function team()