mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00:00
Move Object\Contact to Model\Contact
This commit is contained in:
parent
6b60b89385
commit
a42595a30c
49 changed files with 61 additions and 63 deletions
|
@ -5,7 +5,7 @@ use Friendica\Content\Smilies;
|
|||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Object\Contact;
|
||||
use Friendica\Model\Contact;
|
||||
|
||||
require_once 'include/oembed.php';
|
||||
require_once 'include/event.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue