. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * PLACE_LIVING_ORDINANCE := {Size=1:120} * * The locality of the place where a living LDS ordinance took place. * Typically, a living LDS baptism place would be recorded in this field. */ class PlaceLivingOrdinance extends AbstractElement { }