]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/L10n.php
Update use statement lists with new Friendica\Database\dba class
[friendica.git] / src / Core / L10n.php
index 2389817021b2a5bc26e9e511f94ec8a4df7f1ef5..32f87a4703c9728d7076ff4ae9e6d6f57f79a1f6 100644 (file)
@@ -4,8 +4,8 @@
  */
 namespace Friendica\Core;
 
-use Friendica\Core\Config;
-use dba;
+use Friendica\BaseObject;
+use Friendica\Database\dba;
 
 require_once 'boot.php';
 require_once 'include/dba.php';
@@ -14,7 +14,7 @@ require_once 'include/dba.php';
  * Provide Languange, Translation, and Localisation functions to the application
  * Localisation can be referred to by the numeronym L10N (as in: "L", followed by ten more letters, and then "N").
  */
-class L10n extends \Friendica\BaseObject
+class L10n extends BaseObject
 {
        /**
         * @brief get the prefered language from the HTTP_ACCEPT_LANGUAGE header