summaryrefslogtreecommitdiff
path: root/modules_v3/GEDFact_assistant/census/census-edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/GEDFact_assistant/census/census-edit.php')
-rw-r--r--modules_v3/GEDFact_assistant/census/census-edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules_v3/GEDFact_assistant/census/census-edit.php b/modules_v3/GEDFact_assistant/census/census-edit.php
index 215fb2244d..d6f73fa5bc 100644
--- a/modules_v3/GEDFact_assistant/census/census-edit.php
+++ b/modules_v3/GEDFact_assistant/census/census-edit.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees;
* 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;
+
use Fisharebest\Webtrees\Controller\SimpleController;
use Fisharebest\Webtrees\Functions\Functions;
use Fisharebest\Webtrees\Functions\FunctionsDate;