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