summaryrefslogtreecommitdiff
path: root/library/WT/Log.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Log.php')
-rw-r--r--library/WT/Log.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Log.php b/library/WT/Log.php
index 01d8116142..f81515cbf1 100644
--- a/library/WT/Log.php
+++ b/library/WT/Log.php
@@ -1,6 +1,4 @@
<?php
-namespace WT;
-
// webtrees: Web based Family History software
// Copyright (C) 2014 webtrees development team
//
@@ -18,6 +16,8 @@ namespace WT;
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+namespace WT;
+
use WT_DB;
use WT_Tree;