diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-22 12:31:52 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-22 13:15:09 +0000 |
| commit | 65de9aa72b30bed273ea408e46f1aa2452711d43 (patch) | |
| tree | 45ca977ed8fc8c56e8416846fece2e4c69b3bc83 /app/Elements/ContentDescription.php | |
| parent | e8ded2caa98494ae591747f70ca35e192c898752 (diff) | |
| download | webtrees-65de9aa72b30bed273ea408e46f1aa2452711d43.tar.gz webtrees-65de9aa72b30bed273ea408e46f1aa2452711d43.tar.bz2 webtrees-65de9aa72b30bed273ea408e46f1aa2452711d43.zip | |
Merging code from 2.1
Diffstat (limited to 'app/Elements/ContentDescription.php')
| -rw-r--r-- | app/Elements/ContentDescription.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/ContentDescription.php b/app/Elements/ContentDescription.php index 5d0570d757..028f4a82f1 100644 --- a/app/Elements/ContentDescription.php +++ b/app/Elements/ContentDescription.php @@ -26,6 +26,6 @@ namespace Fisharebest\Webtrees\Elements; * receiving the data knows what genealogical information the transmission * contains. */ -class ContentDescription extends AbstractElement +class ContentDescription extends SubmitterText { } |
