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
|
|
@ -12,6 +12,7 @@ use Friendica\Model\GlobalContact;
|
|||
use Friendica\Network\Probe;
|
||||
|
||||
require_once 'include/Contact.php';
|
||||
use Friendica\Object\Profile;
|
||||
|
||||
function profiles_init(App $a) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue