mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
Add Contact Object
- Add Profile Object - Add User Model - Add use statements
This commit is contained in:
parent
f43aaf5227
commit
b92fc24ff0
50 changed files with 976 additions and 1 deletions
|
@ -5,6 +5,7 @@ use Friendica\Content\Smilies;
|
|||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Object\Contact;
|
||||
|
||||
require_once 'include/oembed.php';
|
||||
require_once 'include/event.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue