*/ protected $casts = [ 'purpose' => FormPurpose::class, 'schema_snapshot' => 'array', 'is_active' => 'bool', 'is_system' => 'bool', ]; public function organisation(): BelongsTo { return $this->belongsTo(Organisation::class); } }