mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Move Object\Profile to Model\Profile
This commit is contained in:
parent
52bddd580c
commit
d4ca30a6db
5 changed files with 7 additions and 9 deletions
|
@ -10,8 +10,8 @@ use Friendica\Core\System;
|
|||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Model\GlobalContact;
|
||||
use Friendica\Model\Profile;
|
||||
use Friendica\Network\Probe;
|
||||
use Friendica\Object\Profile;
|
||||
|
||||
function profiles_init(App $a) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue