diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-03-06 14:46:30 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-03-06 14:46:30 +0000 |
| commit | 7acd612fec9225b5623aa429206709b71e5481b5 (patch) | |
| tree | 353c58ae6f078ee00db05361b0a0d1c57f520735 /app | |
| parent | e4070534c91b01ef88d2781482ab931ce01c12ca (diff) | |
| download | webtrees-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.php | 1 |
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; |
