belongsTo(Account::class); } /** * Get the account associated with the relationship type. * * @return HasMany */ public function types() { return $this->hasMany(RelationshipType::class); } }