From 7acd612fec9225b5623aa429206709b71e5481b5 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sun, 6 Mar 2022 14:46:30 +0000 Subject: Fix: missing import for phpdoc --- app/Module/CustomTagsGedcomL.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app') 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; -- cgit v1.3