From: Hypolite Petovan Date: Thu, 7 Dec 2017 14:05:35 +0000 (-0500) Subject: Move Object\Profile to Model\Profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d3182d93ac95a532b29374feabc7320abd8ccb45;hp=bc58e8d3be1fe238d110d269afc312908f572343;p=friendica.git Move Object\Profile to Model\Profile --- diff --git a/src/Model/GContact.php b/src/Model/GContact.php index 900a0434d3..1b846b3171 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -9,9 +9,9 @@ use Friendica\Core\Config; use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; -use Friendica\Network\Probe; use Friendica\Model\Contact; -use Friendica\Object\Profile; +use Friendica\Model\Profile; +use Friendica\Network\Probe; use Friendica\Protocol\PortableContact; use dba; use Exception;