summaryrefslogtreecommitdiff
path: root/app/GedcomCode/GedcomCodePedi.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/GedcomCode/GedcomCodePedi.php')
-rw-r--r--app/GedcomCode/GedcomCodePedi.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/GedcomCode/GedcomCodePedi.php b/app/GedcomCode/GedcomCodePedi.php
index 71614fb354..3f20c708f0 100644
--- a/app/GedcomCode/GedcomCodePedi.php
+++ b/app/GedcomCode/GedcomCodePedi.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\GedcomCode;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\GedcomCode;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+namespace Fisharebest\Webtrees\GedcomCode;
+
use Fisharebest\Webtrees\GedcomRecord;
use Fisharebest\Webtrees\I18N;
use Fisharebest\Webtrees\Individual;