summaryrefslogtreecommitdiff
path: root/app/Theme/AdministrationTheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Theme/AdministrationTheme.php')
-rw-r--r--app/Theme/AdministrationTheme.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Theme/AdministrationTheme.php b/app/Theme/AdministrationTheme.php
index bf56c6caf8..ea3823e144 100644
--- a/app/Theme/AdministrationTheme.php
+++ b/app/Theme/AdministrationTheme.php
@@ -1,5 +1,5 @@
<?php
-namespace Fisharebest\Webtrees;
+namespace Fisharebest\Webtrees\Theme;
/**
* webtrees: online genealogy
@@ -15,6 +15,10 @@ 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/>.
*/
+use Fisharebest\Webtrees\Auth;
+use Fisharebest\Webtrees\I18N;
+use Fisharebest\Webtrees\Menu;
+use Fisharebest\Webtrees\Tree;
/**
* Class AdministrationTheme - Theme for the control panel.