1
0
Fork 0

Move Object\Contact to Model\Contact

This commit is contained in:
Hypolite Petovan 2017-12-07 09:04:24 -05:00
commit 18d93cddf6
50 changed files with 62 additions and 64 deletions

View file

@ -2,8 +2,8 @@
use Friendica\App;
use Friendica\Core\System;
use Friendica\Model\Contact;
use Friendica\Network\Probe;
use Friendica\Object\Contact;
use League\HTMLToMarkdown\HtmlConverter;