summaryrefslogtreecommitdiff
path: root/resources/views/place-list.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/place-list.phtml')
-rw-r--r--resources/views/place-list.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/place-list.phtml b/resources/views/place-list.phtml
index 1b3b867a6e..693589a7ff 100644
--- a/resources/views/place-list.phtml
+++ b/resources/views/place-list.phtml
@@ -11,7 +11,7 @@
<ul class="col list_value_wrap mr-1">
<?php foreach ($column as $item) : ?>
<li>
- <a href="<?= e($item->url()) ?>"><?= $item->getFullName() ?></a>
+ <a href="<?= e($item->url()) ?>"><?= $item->fullName() ?></a>
</li>
<?php endforeach ?>
</ul>