]> git.mxchange.org Git - friendica.git/blobdiff - include/dbclean.php
Move Probe to src
[friendica.git] / include / dbclean.php
index 6643a6314e44dd5504777eaed3f89f6ed8a43b1f..f31bfef8abbb91ff0136d947ae58b8e2ac7085d5 100644 (file)
@@ -4,7 +4,7 @@
  * @brief The script is called from time to time to clean the database entries and remove orphaned data.
  */
 
-use \Friendica\Core\Config;
+use Friendica\Core\Config;
 
 function dbclean_run(&$argv, &$argc) {
        if (!Config::get('system', 'dbclean', false)) {