diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-03-25 16:55:07 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-26 15:59:06 +0000 |
| commit | b6c326d8b8798b83b744c4d4a669df5aa9f3e0c2 (patch) | |
| tree | 4c59773e6195d2a8fed78db9f833840a127fb009 /app/Module/BirthDeathMarriageReportModule.php | |
| parent | 2b29a33ec689ba87b1fb556ab9b17db481593ad9 (diff) | |
| download | webtrees-b6c326d8b8798b83b744c4d4a669df5aa9f3e0c2.tar.gz webtrees-b6c326d8b8798b83b744c4d4a669df5aa9f3e0c2.tar.bz2 webtrees-b6c326d8b8798b83b744c4d4a669df5aa9f3e0c2.zip | |
Replace Bootstrap4 class with views
Diffstat (limited to 'app/Module/BirthDeathMarriageReportModule.php')
| -rw-r--r-- | app/Module/BirthDeathMarriageReportModule.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Module/BirthDeathMarriageReportModule.php b/app/Module/BirthDeathMarriageReportModule.php index 5cdb188fb6..d359b7a23c 100644 --- a/app/Module/BirthDeathMarriageReportModule.php +++ b/app/Module/BirthDeathMarriageReportModule.php @@ -18,8 +18,6 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\I18N; -use Fisharebest\Webtrees\Individual; -use Fisharebest\Webtrees\Menu; /** * Class BirthDeathMarriageReportModule |
