]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/RemoveContact.php
Hotfix missing use dba
[friendica.git] / src / Worker / RemoveContact.php
index 2047de5261db0e4757c5057a15acb1e8836a7e6e..811b0295fb460f3bdea67f60cf4375d7ab3fcccd 100644 (file)
@@ -6,6 +6,7 @@
 namespace Friendica\Worker;
 
 use Friendica\Core\Config;
+use dba;
 
 class RemoveContact {
        public static function execute($id) {