*/ protected $fillable = [ 'email', 'role', ]; /** * Get the company that the invitation belongs to. */ public function company(): BelongsTo { return $this->belongsTo(FilamentCompanies::companyModel()); } }