summaryrefslogtreecommitdiff
path: root/app/Services/DataFixService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/DataFixService.php')
-rw-r--r--app/Services/DataFixService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/DataFixService.php b/app/Services/DataFixService.php
index 8e70cdb461..1ef87706d1 100644
--- a/app/Services/DataFixService.php
+++ b/app/Services/DataFixService.php
@@ -20,13 +20,13 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Services;
use Fisharebest\Algorithm\MyersDiff;
-use Fisharebest\Webtrees\Registry;
use Fisharebest\Webtrees\Family;
use Fisharebest\Webtrees\Gedcom;
use Fisharebest\Webtrees\GedcomRecord;
use Fisharebest\Webtrees\Individual;
use Fisharebest\Webtrees\Media;
use Fisharebest\Webtrees\Note;
+use Fisharebest\Webtrees\Registry;
use Fisharebest\Webtrees\Repository;
use Fisharebest\Webtrees\Source;
use Fisharebest\Webtrees\Submitter;