RegistryType::class, 'credentials' => 'encrypted:array', ]; } public function organisation(): BelongsTo { return $this->belongsTo(Organisation::class); } }