. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Census; /** * Relationship to head of household. */ class CensusColumnRelationToHeadGerman extends CensusColumnRelationToHead { protected const HEAD_OF_HOUSEHOLD = 'Haushaltungsvorstand'; }