]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/DBClean.php
Improved dba calls
[friendica.git] / src / Worker / DBClean.php
index 94295b053ef26fa5f498afd9daeb8352e0c8d618..7030081dc98d5ab17608c2a05c8daf62f91a2330 100644 (file)
@@ -4,6 +4,8 @@
  * @brief The script is called from time to time to clean the database entries and remove orphaned data.
  */
 
+namespace Friendica\Worker;
+
 use Friendica\Core\Config;
 use Friendica\Core\Worker;
 use dba;