]> git.mxchange.org Git - friendica.git/commitdiff
import dbm here to avoid adding everywhere the namespace (if later changed,
authorRoland Häder <roland@mxchange.org>
Tue, 13 Dec 2016 14:24:44 +0000 (15:24 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 13 Dec 2016 14:24:44 +0000 (15:24 +0100)
only here it needs change, cool ha? ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
include/Core/Config.php
include/Core/PConfig.php

index 79424c9a191529be9de31ffddac383127385681d..7b7045a9ee3ed2f3fe00989d97db6cba13e9959f 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 namespace Friendica\Core;
+
+use dbm;
+
 /**
  * @file include/Core/Config.php
  *
index 33ec93c0eb5e4c15c5dfaea24892d70171f1feff..43735018e4ce143b2826ed61d61987d21cd9303e 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 namespace Friendica\Core;
+
+use dbm;
+
 /**
  * @file include/Core/PConfig.php
  * @brief contains the class with methods for the management