diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-04-12 16:15:23 +0200 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-04-12 15:15:23 +0100 |
| commit | e46b0479e882d4d06758769696f90d392d6fb687 (patch) | |
| tree | 4c93694bc9c9d57a58e9af4089cf228e65e957c2 /app/Module/DescendancyChartModule.php | |
| parent | 68617afc3b5e1631ddcfd066f71f95ba59aa094f (diff) | |
| download | webtrees-e46b0479e882d4d06758769696f90d392d6fb687.tar.gz webtrees-e46b0479e882d4d06758769696f90d392d6fb687.tar.bz2 webtrees-e46b0479e882d4d06758769696f90d392d6fb687.zip | |
Scrutinizer Auto-Fixes (#897)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'app/Module/DescendancyChartModule.php')
| -rw-r--r-- | app/Module/DescendancyChartModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/DescendancyChartModule.php b/app/Module/DescendancyChartModule.php index 7412d1047f..0c6f09ff08 100644 --- a/app/Module/DescendancyChartModule.php +++ b/app/Module/DescendancyChartModule.php @@ -17,8 +17,8 @@ namespace Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\I18N; -use Fisharebest\Webtrees\Menu; use Fisharebest\Webtrees\Individual; +use Fisharebest\Webtrees\Menu; /** * Class DescendancyChartModule |
