Various bug fixes

This commit is contained in:
Julien Nahum
2023-10-13 10:05:10 +02:00
parent 7a4b6dbd79
commit ebedaaf796
4 changed files with 39 additions and 2 deletions

View File

@@ -218,6 +218,11 @@ class Form extends Model
return !empty($this->password);
}
public function getRemovedPropertiesAttribute()
{
return $this->attributes['removed_properties'] ?? [];
}
/**
* Relationships
*/