fix: change value cast to encrypted for shared environment variables

This commit is contained in:
Andras Bacsai 2026-01-02 17:30:53 +01:00
parent 82b19e5921
commit e3df380a04
3 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ class SharedEnvironmentVariable extends Model
protected $casts = [
'key' => 'string',
'value' => 'string',
'value' => 'encrypted',
];
public function team()

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long