feat(models): add is_required to EnvironmentVariable fillable array

Add is_required field to the EnvironmentVariable model's fillable
array to allow mass assignment. Include comprehensive tests to verify
all fillable fields are properly configured for mass assignment.
This commit is contained in:
Andras Bacsai
2026-03-02 12:34:30 +01:00
parent 059164224c
commit 1234463fca
2 changed files with 73 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ class EnvironmentVariable extends BaseModel
'is_buildtime',
'is_shown_once',
'is_shared',
'is_required',
// Metadata
'version',