mirror of
https://github.com/friendica/friendica
synced 2025-12-07 14:27:10 +01: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
1
boot.php
1
boot.php
|
|
@ -27,6 +27,7 @@ use Friendica\Core\Config;
|
|||
use Friendica\Core\PConfig;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Object\Contact;
|
||||
use Friendica\Util\Lock;
|
||||
|
||||
require_once 'include/network.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue