X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FOnePoll.php;h=9024d0d4c9008be47ec9eae5071efe9046febe2a;hb=18d93cddf60d46e1334d6dd7454a76f1d6549052;hp=1190c77f5fc3e5a4db7fdeaed134accba2fc7896;hpb=d4ca30a6dba186a297a0c4a7e79f3d2ec72c0522;p=friendica.git diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index 1190c77f5f..9024d0d4c9 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -7,7 +7,7 @@ namespace Friendica\Worker; use Friendica\Core\Config; use Friendica\Core\PConfig; use Friendica\Database\DBM; -use Friendica\Object\Contact; +use Friendica\Model\Contact; use Friendica\Protocol\Email; use Friendica\Protocol\PortableContact; use dba;