xref: /webtrees/resources/views/selects/location.phtml (revision aae17343f70d88ac1035ce8c074834d6aa91c4f1)
1<?php
2
3use Fisharebest\Webtrees\Location;
4
5/**
6 * @var Location $location
7 */
8
9?>
10<?= $location->fullName() ?>
11