summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-03-06 14:46:30 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-03-06 14:46:30 +0000
commit7acd612fec9225b5623aa429206709b71e5481b5 (patch)
tree353c58ae6f078ee00db05361b0a0d1c57f520735 /app
parente4070534c91b01ef88d2781482ab931ce01c12ca (diff)
downloadwebtrees-7acd612fec9225b5623aa429206709b71e5481b5.tar.gz
webtrees-7acd612fec9225b5623aa429206709b71e5481b5.tar.bz2
webtrees-7acd612fec9225b5623aa429206709b71e5481b5.zip
Fix: missing import for phpdoc
Diffstat (limited to 'app')
-rw-r--r--app/Module/CustomTagsGedcomL.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Module/CustomTagsGedcomL.php b/app/Module/CustomTagsGedcomL.php
index 76120a6b53..3a6e85d18d 100644
--- a/app/Module/CustomTagsGedcomL.php
+++ b/app/Module/CustomTagsGedcomL.php
@@ -19,6 +19,7 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Module;
+use Fisharebest\Webtrees\Contracts\ElementInterface;
use Fisharebest\Webtrees\Elements\AddressCity;
use Fisharebest\Webtrees\Elements\AddressCountry;
use Fisharebest\Webtrees\Elements\AddressLine;