EmailTemplateType::class, ]; } public function organisation(): BelongsTo { return $this->belongsTo(Organisation::class); } }